﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3358	Optimize 'CKEDITOR.dom.range.enlarge' on block unit	Garry Yao		"After enlarging the range with a block unit with the following input:
{{{
<div>text^<p>paragraph</p></div>^
}}}
We'll got:
{{{
<div>^text<p>paragraph</p></div>^
}}}
No we got a partially selected block, it's better to have the 'div' been fully selected to prevent consequence operation like ''extractContent'' from resulting in unwanted node pieces, so an optimized result would be the following:
{{{
^<div>text<p>paragraph</p></div>^
}}}
"	Task	new	Normal		General	3.0		HasPatch	
