Opened 10 years ago
Closed 10 years ago
#12883 closed Bug (duplicate)
calling getData(true) returns an empty string
Reported by: | Han Hsu | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.4.6 |
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.
DUP of #12884.