Opened 15 years ago

Closed 15 years ago

#3836 closed Bug (fixed)

Remove list broken with enterMode = BR

Reported by: Garry Yao Owned by: Garry Yao
Priority: Normal Milestone: CKEditor 3.0
Component: Core : Lists Version:
Keywords: Confirmed Review+ Cc:

Description (last modified by Martin Kou)

Originally reported by Martin, this related to #3773, but not a DUP.

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

Attachments (1)

3836.patch (3.2 KB) - added by Garry Yao 15 years ago.

Download all attachments as: .zip

Change History (7)

comment:1 Changed 15 years ago by Garry Yao

I would wait for the dependency #3773 to close first.

comment:2 Changed 15 years ago by Martin Kou

Description: modified (diff)

Tidied up the list a bit.

comment:3 Changed 15 years ago by Garry Yao

Status: newassigned

Changed 15 years ago by Garry Yao

Attachment: 3836.patch added

comment:4 Changed 15 years ago by Garry Yao

Keywords: Review? added

comment:5 Changed 15 years ago by Martin Kou

Keywords: Review+ added; Review? removed

comment:6 Changed 15 years ago by Garry Yao

Resolution: fixed
Status: assignedclosed

Fixed with [3894].

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy