#4068: Nested numbered list issue
---------------------+------------------------------------------------------
 Reporter:  damo     |       Owner:              
     Type:  Bug      |      Status:  new         
 Priority:  Normal   |   Milestone:  CKEditor 3.x
Component:  General  |     Version:              
 Keywords:  IBM      |  
---------------------+------------------------------------------------------
 1. Open nightly Ajax sample. [[BR]]
 2. Go to source mode and paste the following numbered list
 {{{
 <ol>
         <li>
                 Line one</li>
         <li>
                 Line two
                 <ol>
                         <li>
                                 This is submenu 1</li>
                         <li>
                                 This is submenu 2</li>
                         <li>
                                 This is submenu 3</li>
                         <li>
                                 This is submenu 4</li>
                         <li>
                                 This is submenu 5</li>
                 </ol>
         </li>
 </ol>
 }}}
 3. Place cursor at the end of line "submenu 5" [[BR]]
 4. Hit Enter [[BR]]
 5. At this point you should have an empty 6. number line. [[BR]]
 6. Hit Enter again. [[BR]]
 7. The list continues from the first level. Sometimes this will start from
 1. or it may continue and show 3. [[BR]]
 8. Hit Enter again [[BR]]
 9. Now the result is:
 {{{
 <ol>
         <li>
                 Line one</li>
 </ol>
 <p>
         Line two</p>
 <ol>
         <li>
                 This is submenu 1</li>
         <li>
                 This is submenu 2</li>
         <li>
                 This is submenu 3</li>
         <li>
                 This is submenu 4</li>
         <li>
                 This is submenu 5</li>
         <li>
                 &nbsp;</li>
 </ol>
 }}}

 This very different from the expected behaviour. Reproduced on IE7 and
 FF3.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/4068>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
_______________________________________________
FCKeditor-Trac mailing list
FCKeditor-Trac@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to