﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11586	Range#cloneContents changes DOM (and selection)	Piotr Jasiun	Piotrek Koszuliński	"1. Open Replace by Class sample in Chrome.
2. Select part of the paragraph (e.g., ""flight that landed the first hum"" from the first paragraph).
3. Type in console:
{{{
CKEDITOR.instances.editor1.getSelection().getRanges()[ 0 ].cloneContents();
}}}

Result: Range changes.

There is a note in the documentation that it could happen but it is not what I expected using method called `cloneContents` and it should be changed.
"	Bug	closed	Normal	CKEditor 4.5.0 Beta	General		fixed		
