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