﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8070	Chrome: Editor looses cursor position when using certain key combination	Jakub Ś		"I have found this when checking #8068.

 1. Type ""test""
 2. Press subscript button
 3. Type ""abc""
 4. Cursor is at the end of ""{{{abc^}}}"". Hold SHIFT and press left arrow  3 times to select whole ""abc"" text.
 5. Press CRTL+C
 6. Press End button
 7. Press CRTL+V

Text is pasted at the beginning of editor not behind ""abc""


If you place the cursor behind ""abc"" and select it with a mouse and do End, CRTL+V few times you will get the following result:
{{{
<p>
	test<sub>abcabcabcabcabcabc</sub></p>
}}}
Not the same as in FF and Opera but seems ok.



Reproducible from CKEditor 3.5.3 (Before this version subscript didn't work at all)



"	Bug	closed	Normal		General	3.5.3	worksforme	Chrome	
