Opened 16 years ago
Closed 16 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 )
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
Attachments (1)
Change History (7)
comment:1 Changed 16 years ago by
comment:3 Changed 16 years ago by
| Status: | new → assigned |
|---|
Changed 16 years ago by
| Attachment: | 3836.patch added |
|---|
comment:4 Changed 16 years ago by
| Keywords: | Review? added |
|---|
comment:5 Changed 16 years ago by
| Keywords: | Review+ added; Review? removed |
|---|

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