Changes between Initial Version and Version 4 of Ticket #11500


Ignore:
Timestamp:
Feb 7, 2014, 12:14:08 PM (10 years ago)
Author:
Jakub Ś
Comment:

Problem can be reproduced from CKEditor 4.0 beta in Webkit and Blink in inline editors only.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11500

    • Property Status changed from new to confirmed
    • Property Cc david_karam@… fiedler@… added
    • Property Summary changed from CKEditor on Webkit drops cursor when changes in one editor update another to CKEditor on [Webkit/Blink] drops cursor when changes in one editor update another
    • Property Version changed from 4.3.2 to 4.0 Beta
    • Property Keywords IBM Blink added; ibm removed
  • Ticket #11500 – Description

    initial v4  
    1 1) Go to http://ckeditor.com/demo#inline on a Webkit-based browser
    2 2) Bind contents of editor1 and editor2 on a key listener
    3 
    4 CKEDITOR.instances.editor1.on("key", function() { CKEDITOR.instances.editor2.setData(CKEDITOR.instances.editor1.getData()) })
    5 
    6 3) Update editor1 text.
     11. Go to http://ckeditor.com/demo#inline on a Webkit-based browser
     22. Bind contents of editor1 and editor2 on a key listener
     3{{{
     4CKEDITOR.instances.editor1.on("key", function() { CKEDITOR.instances.editor2.setData(CKEDITOR.instances.editor1.getData()) });
     5}}}
     63. Update editor1 text.
    77
    88
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy