#3253: List is incorrectly counting br
-----------------------+----------------------------------------------------
 Reporter:  garry.yao  |       Owner:              
     Type:  Bug        |      Status:  new         
 Priority:  Normal     |   Milestone:  CKEditor 3.0
Component:  General    |     Version:              
 Keywords:             |  
-----------------------+----------------------------------------------------
 === Reproducing Procedures ===
  1. Open  the ''replace by class'' example page;
  1. Make the following content with the selection by click 'Select All'
 command;
 {{{
 ^text^
 }}}
  1. Click on 'Numbered List ' command to apply ;
   * Actual Result:
 {{{
 <ol>
         <li>
                 text</li>
         <li>
                 <br />
         </li>
 </ol>
 }}}
   * Expected Result:
 {{{
 <ol>
         <li>
                 text</li>
 </ol>
 }}}

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

Reply via email to