Opened 15 years ago
Closed 15 years ago
#4553 closed Bug (fixed)
checkDirty() returns 'true' when there is no change in context
Reported by: | markuspaek | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.3 |
Component: | General | Version: | SVN (CKEditor) - OLD |
Keywords: | Confirmed Review+ | Cc: |
Description
please find the enclosed.
Once an editor is created, just click the editing area, then the checkDirty() returns 'true' even though no change was made.
In other words, the context is empty with code <textarea></textarea>, but checkDirty() returns 'true' nonetheless.
FireFox 3.5.3 Windows XP
Attachments (2)
Change History (10)
Changed 15 years ago by
Attachment: | replacebycode2.html added |
---|
comment:1 Changed 15 years ago by
Keywords: | Pending added |
---|---|
Version: | 3.0.1 |
comment:3 Changed 15 years ago by
It seems you missed restoreDirty() while fixing Ticket#3864. I took the liberty including the missing part. Please take a look and see if it works. Cheers!
Changed 15 years ago by
Attachment: | checkDirty.patch.txt added |
---|
comment:4 Changed 15 years ago by
Keywords: | Pending removed |
---|
comment:6 Changed 15 years ago by
Keywords: | Confirmed HasPatch added |
---|---|
Milestone: | → CKEditor 3.3 |
Version: | → SVN (CKEditor) |
comment:7 Changed 15 years ago by
Keywords: | Review+ added; HasPatch removed |
---|---|
Owner: | set to Garry Yao |
Status: | new → assigned |
Thanks for remind and the patch.
It should have been fixed by #4385, will you please confirm again with v3.0.1?