﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8931	Focus editor with content in FF not consistent with other browsers (sets caret at end of document)	Pieter Fibbe		"In Firefox when focussing the editor after setting data the caret positions at the end of the document. This is not consistent with other browsers' behaviour, in which the the caret is positioned at the beginning of the document (preferred behaviour).

To reproduce a button is made to fire the focus event because from the debug console it's not possible to focus the editor.

{{{

CKEDITOR.appendTo('demoInside', { height: 300 });

jQuery(""<div />"").text(""CLICK ME TO FOCUS"").click(function(){
    var editor = CKEDITOR.instances.editor2;
    editor.setData(""line1<br/>line2"");
    editor.focus();
}).appendTo(""#demoInside"");
}}}

Found in 3.6.3, but probably earlier as well.



"	Bug	closed	Normal		General	3.6.3	duplicate		
