﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11500	CKEditor on [Webkit/Blink] drops cursor when changes in one editor update another	David		"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."	Bug	confirmed	Normal		General	4.0 Beta		IBM Blink	david_karam@… fiedler@…
