#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     |  
--------------------------+-------------------------------------------------

Old description:

> 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
> }}}

New description:

 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
 }}}

--

Comment(by martinkou):

 Tidied up the list a bit.

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