#3836: Remove list broken with enterMode = BR
--------------------------+-------------------------------------------------
 Reporter:  garry.yao     |       Owner:  garry.yao   
     Type:  Bug           |      Status:  new         
 Priority:  Normal        |   Milestone:  CKEditor 3.0
Component:  Core : Lists  |     Version:              
 Keywords:  Confirmed     |  
--------------------------+-------------------------------------------------
 Originally reported by Martin, this related to #3773, but not a DUP.[[BR]]

 1. Open  the ''replace by code'' example page with enterMode = BR;
 1. Make the content and selection as below:
 {{{
 line1
 <ul><li>[item1</li><li>item2]</li></ul>
 line2
 }}}
 1. Click on 'Bullet List' to remove list;
  * Expected Result:
 {{{
 line1<br />
 item1<br />
 item2<br />
 line2
 }}}
  * Actual Result:
 {{{
 line1item1item2line2
 }}}

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