﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10677	IE9: CKEditor 3.6.6: Delay in the cursor postion setting after the text is pasted in the ENTER_BR mode	WebSpellChecker.net		"'''Steps:'''
1. Open CKEditor 3 with CKEDITOR.ENTER_BR mode in IE 9
2. Run the following code in console to view the focus offset: setInterval(function() {console.log(window.document.getElementById('cke_contents_[your_control_ID]').childNodes[1].contentWindow.getSelection().anchorOffset);}, 200)
3. Type sample text: 'This is a sample text.'
4. Copy 'This'
5. Press Enter
>> The offset equals 2
6. Paste 'This'

'''Expected result:''' Offset shows 4 immediatly with any delays.

'''Actual result:''' Offset shows 2 couple of seconds. Offset is 4 after the delay."	Bug	closed	Normal		General	3.2.1	wontfix	IE9	
