#2546: List is broken when pressing enter in empty sublist item
---------------------+------------------------------------------------------
 Reporter:  jonhg    |       Owner:     
     Type:  Bug      |      Status:  new
 Priority:  Normal   |   Milestone:     
Component:  General  |     Version:     
 Keywords:           |  
---------------------+------------------------------------------------------
 Following scenario creates a broken list:

  1. Create a simple list with 2 subitems
  1. Move to first sub item and press enter, an empty subitem is made.
  1. Inside the empty subitem press enter one more time.

 Result:
 The empty sub element is removed and IE renders a bullet list outside of
 the sublist, at level 1

 In source mode following code is displayed:

 {{{
 <ul>
     <li>item 1
     <ul>
         <li>item 1.1</li>
     </ul>
     </li>
     <li>
     <ul>
         <li>item 1.3</li>
     </ul>
     </li>
 </ul>
 }}}

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