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: {{{
text^

paragraph

^ }}} We'll got: {{{
^text

paragraph

^ }}} 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: {{{ ^
text

paragraph

^ }}} " Task new Normal General 3.0 HasPatch