#3358: Optimize 'CKEDITOR.dom.range.enlarge' on block unit
-----------------------+----------------------------------------------------
Reporter: garry.yao | Owner:
Type: Bug | Status: new
Priority: Normal | Milestone: CKEditor 3.0
Component: General | Version:
Keywords: |
-----------------------+----------------------------------------------------
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>^
}}}
--
Ticket URL: <http://dev.fckeditor.net/ticket/3358>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac