Opened 16 years ago
Closed 15 years ago
#3773 closed Bug (fixed)
[IE] Remove list not working
Reported by: | Garry Yao | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Must have (possibly next milestone) | Milestone: | CKEditor 3.0 |
Component: | Core : Styles | Version: | |
Keywords: | IE Confirmed Review+ | Cc: |
Description (last modified by )
Reproducing Procedures
- Open the replace by class example page in IE;
- Load eidtor with the following content and selection;
^line1 <br /> line2^
- Click on 'Numbered List' and Click on it again;
- Actual Result: Two lines were merged together.
Attachments (2)
Change History (10)
comment:1 Changed 16 years ago by
Status: | new → assigned |
---|
comment:2 Changed 16 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 16 years ago by
Priority: | Normal → High |
---|
Changed 16 years ago by
Attachment: | 3773.patch added |
---|
comment:4 Changed 16 years ago by
Keywords: | Review? added |
---|
L119 of list\plugin.js is affected by the incorrect configured documentfragment class.
Changed 16 years ago by
Attachment: | 3773_2.patch added |
---|
comment:6 Changed 16 years ago by
Summary: | [IE] Remove list not working with enterMode = Br → [IE] Remove list not working |
---|
Update ticket summary, it's not only dedicate to enterBr mode.
comment:7 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
Please add the changelog entry when committing.
Correct the description.