Opened 10 years ago
Closed 10 years ago
#12884 closed Bug (invalid)
calling getData(true) returns an empty string
Reported by: | Han Hsu | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
As titled, in version 4.4.6 if you try to call getData(true) you will get a empty string instead of current value. use case: http://jsfiddle.net/svapyzjz/1/
Reproduce Step:
- type something in the editor (ex: 'abc')
- click on the get button
- you can see that it alerts an empty string.
Change History (1)
comment:1 Changed 10 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Version: | 4.4.6 |
DUP of #9977.
This method works this way by design by design. I will however update documentation so that parameter is explained in more detail.