Opened 16 years ago

Last modified 16 years ago

#3836 closed Bug

Remove list broken with enterMode = BR — at Initial Version

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

Description

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
      

Change History (0)

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