Opened 14 years ago
Last modified 14 years ago
#7890 confirmed Bug
Function editor.getData() return incorrect data.
Reported by: | Michał | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | Cc: |
Description
This function return 'old' data but check dirty function returns proper value. This is especially visible when switch between source and WYSIWYG mode. Please look at attached file. To reproduce just open attached file and fire any editor command and look at firebug console. This issue is also reported here http://cksource.com/forums/viewtopic.php?t=22532.
Attachments (1)
Change History (2)
Changed 14 years ago by
Attachment: | replacebycode.html added |
---|
comment:1 Changed 14 years ago by
Status: | new → confirmed |
---|---|
Version: | 3.6 → 3.0 |
Result: The checkDirty() method returns true but the getData() method returns only sample text without changes you have made. You have to do some heavy view switching and new paragraphs pasting for getData() to update content it returns.