#3820: Strange bullet/list problem
---------------------+------------------------------------------------------
 Reporter:  damo     |       Owner:              
     Type:  Bug      |      Status:  new         
 Priority:  Normal   |   Milestone:  CKEditor 3.0
Component:  General  |     Version:              
 Keywords:  IBM      |  
---------------------+------------------------------------------------------
 Problem occurs when a line of text is below a bullet/number list:
 {{{
 <ul>
         <li>
                 bullet line 1</li>
         <li>
                 bullet line 2</li>
 </ul>
 <p>
         Second line</p>
 }}}

 Select the line at the bottom "Second line" and make it a bullet item
 using the toolbar option.

 Result:

 {{{
 <ul>
         <li>
                 Second line</li>
         <li>
                 bullet line 1</li>
         <li>
                 bullet line 2</li>
 </ul>
 }}}

 The item is appended to the top of the list. If it is added to the list it
 should be to the bottom.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/3820>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
Are you an open source citizen? Join us for the Open Source Bridge conference!
Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250.
Need another reason to go? 24-hour hacker lounge. Register today!
http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org
_______________________________________________
FCKeditor-Trac mailing list
FCKeditor-Trac@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to