﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12071	New methods to replace set(get)HtmlWithRange(Selection)	Olek Nowodziński	Olek Nowodziński	"The idea is to implement methods, which would allow us to set HTML with ranges (sometimes selection) anchored in elements and text nodes, depending on the case. A corresponding methods to read such HTML with ranges (selections) should also be implemented.

Examples:
{{{
<p>{foo}</p> // range anchored in ""foo"" text node
<p>{}foo</p> // collapsed range anchored in ""foo"" text node
<p>[]foo</p> // collapsed range anchored in <p>
<p>{foo]</p> // range anchored in ""foo"" text node (start) and <p> (end)
}}}

Required by #11636."	New Feature	closed	Normal	CKEditor 4.4.2	General		fixed		
