Opened 12 years ago
Last modified 11 years ago
#11500 closed Bug
CKEditor on Webkit drops cursor when changes in one editor update another — at Initial Version
Reported by: | David | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.4.0 |
Component: | General | Version: | 4.0 Beta |
Keywords: | IBM Blink | Cc: | david_karam@…, fiedler@… |
Description
1) Go to http://ckeditor.com/demo#inline on a Webkit-based browser 2) Bind contents of editor1 and editor2 on a key listener
CKEDITOR.instances.editor1.on("key", function() { CKEDITOR.instances.editor2.setData(CKEDITOR.instances.editor1.getData()) })
3) Update editor1 text.
Expected: editor2 updates. editor1 cursor remains at original place. Observed: editor2 updates. editor1 cursor goes back to start of editor.
Screencast attached. Firefox works fine.
Screencast of issue