#3361: createBookmark problem with multi-ranges
-----------------------+----------------------------------------------------
 Reporter:  garry.yao  |       Owner:              
     Type:  Bug        |      Status:  new         
 Priority:  Normal     |   Milestone:  CKEditor 3.0
Component:  General    |     Version:              
 Keywords:  Confirmed  |  
-----------------------+----------------------------------------------------
 If a selection contains multiple ranges, now invoke
 '''selection.createBookmarks()''', if the ranges were overlapped with each
 other, then the bookmarked range will right correct. [[BR]]
 Try the following selection in FF:
 {{{
 <table>
     <tbody>
         [
         <tr>
             <td>
                 cell1
             </td>
             <td>
                 cell2
             </td>
         </tr>]
     </tbody>
 </table>
 }}}
 FF will translate it into multi-ranges as:
 {{{
 <table>
     <tbody>
         <tr>
             ^<td>
                 cell1
             </td>^
             ^<td>
                 cell2
             </td>^
         </tr>
     </tbody>
 </table>
 }}}
 Now the bookmark nodes creation on every range will interfere with each
 other, resulting in incorrect bookmark positions.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/3361>
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

Reply via email to