﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
13285	Focus makes editor scroll to top on Firefox 38	anrikun		"Whenever editable.js' focus() is called, editor scrolls to top on Firefox 38. This does not happen on Chrome or IE.
What is strange is that I can't reproduce this on the demo.

The line that causes this is line 77:

{{{
this.$[ CKEDITOR.env.ie && this.getDocument().equals( CKEDITOR.document ) ? 'setActive' : 'focus' ]();
}}}
"	Bug	closed	Normal		Core : Editable		expired		danny.smit.0@…
