Opened 16 years ago
Closed 16 years ago
#3617 closed Bug (fixed)
Change list type incorrect
Reported by: | Garry Yao | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | Core : Styles | Version: | |
Keywords: | Confirmed Review+ | Cc: |
Description
Reproducing Procedures
- Open the replace by class example page with enterMode = br in FF;
- Make the content and selection same as below:
text<ol><li>ite^m1</li><li>ite^m2</li></ol>text
- Click on 'Bullet List' command to change the list type.
- Expected Result:
text<ul><li>item1</li><li>item2</li></ul>text
- Actual Result: Javascript error thrown.
- Expected Result:
Attachments (2)
Change History (7)
Changed 16 years ago by
Attachment: | 3617.patch added |
---|
comment:1 Changed 16 years ago by
Keywords: | Confirmed Review? added |
---|---|
Owner: | set to Garry Yao |
Status: | new → assigned |
Changed 16 years ago by
Attachment: | 3617_2.patch added |
---|
comment:3 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
The patch is including the fix at #3618 for easy reviewing.