﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
14594	enterMode=ENTER_BR setting breaks IE10 behavior	jamadam		"== Steps to reproduce ==

1. Open sample (samples/index.html)
2. Run following code with developer tools console in IE10 to reset the setting.
   {{{
   CKEDITOR.instances['editor'].destroy();
   CKEDITOR.replace('editor', {enterMode: CKEDITOR.ENTER_BR});
   }}}
3. Empty the editor area then click 'horuzontalrule' button.

== Expected result ==

A Line is drawn and cursor is located right after it.

== Actual result ==

A Line is drawn and cursor is on top of it.

== Other details (browser, OS, CKEditor version, installed plugins) ==

IE10, CKEditor 4.5.7.
It dosn't happen with IE11 or Firefox.
"	Bug	closed	Normal		General		wontfix	IE10	
