#2648: Indent/Outdent kills nested contents
--------------------------+-------------------------------------------------
 Reporter:  dqbai         |       Owner:                 
     Type:  Bug           |      Status:  new            
 Priority:  Normal        |   Milestone:                 
Component:  Core : Lists  |     Version:  FCKeditor 2.6.3
 Keywords:                |  
--------------------------+-------------------------------------------------
 == Steps to reproduce ==
 1. Load following code into source view:
 {{{
 <ul>
     <li>item1</li>
     <ul>
         <ul>
             <li>item2</li>
         </ul>
     </ul>
     <li>item3</li>
 </ul>
 }}}
 2. Back to WYSIWYG, outdent "item3".

 == Expected behavior ==
 The following code is the expected result:
 {{{
 <ul>
     <li>item1</li>
     <ul>
         <ul>
             <li>item2</li>
         </ul>
     </ul>
 </ul>
 item3
 }}}

 == Current behavior ==
 The "item2" will disappear. The source view shows:
 {{{
 <UL>
     <LI>item1 </LI>
 </UL>
 item3
 }}}

 == Browsers ==
 IE, Firefox, Chrome, Safari

 == Additions ==
 The "item2" also disappears when you do indent at "item3" or "item1".

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/2648>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to