Changes between Initial Version and Version 5 of Ticket #11753


Ignore:
Timestamp:
May 12, 2014, 12:41:36 PM (10 years ago)
Author:
Artur Delura
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11753

    • Property Status changed from new to assigned
    • Property Owner set to Artur Delura
    • Property Version changed from to 4.3
  • Ticket #11753 – Description

    initial v5  
    331. Open Developers console
    442. Go to http://ckeditor.com/demo#widgets
    5 3. Run CKEDITOR.instances.editor2.checkDirty(); in console[[BR]]
     53. Run CKEDITOR.instances.editor3.checkDirty(); in console[[BR]]
    66--> returns false
    7 4. Run var d1 = CKEDITOR.instances.editor2.getData(); in console
     74. Run var d1 = CKEDITOR.instances.editor3.getData(); in console
    885. Click on the apollo picture in the 2nd editor, but do not move it.
    9 6. Run CKEDITOR.instances.editor2.checkDirty(); in console[[BR]]
     96. Run CKEDITOR.instances.editor3.checkDirty(); in console[[BR]]
    1010--> returns true
    11 7. Run var d2 = CKEDITOR.instances.editor2.getData(); in console
     117. Run var d2 = CKEDITOR.instances.editor3.getData(); in console
    12128. run d1 === d2 in console[[BR]]
    1313--> returns true
     
    1919----
    2020
    21 Bonus: In Chrome CKEDITOR.instances.editor3.checkDirty(); is always true after page has loaded.
     21Bonus: In Chrome CKEDITOR.instances.editor4.checkDirty(); is always true after page has loaded.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy