Opened 11 years ago
Last modified 11 years ago
#11324 confirmed Bug
checkDirty() return true, but should return false
Reported by: | Lukas Hybner | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.2 |
Keywords: | Firefox IE11 | Cc: |
Description
When ckeditor is inside div which is display: none and textarea is empty, then when you show div (change css to display: block) and checkDirty returns false.
Here is example:
http://hosting.data365.eu/ckeditor_bug/index.html
My browser is firefox 26 and running on Ubuntu Linux 13.10.
Attachments (1)
Change History (2)
Changed 11 years ago by
Attachment: | index.html added |
---|
comment:1 Changed 11 years ago by
Keywords: | Firefox IE11 added |
---|---|
Status: | new → confirmed |
Version: | 4.3.1 → 4.2 |
Problem can be reproduced in Firefox from CKEditor 4.2 and IE11 from CKE 4.3 (only because support for IE11 was introduced in that version).