Opened 16 years ago
Closed 16 years ago
#3353 closed Bug (worksforme)
[IE] Unable to change list type
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | |
Keywords: | IE | Cc: |
Description
Reproducing Procedures
- Open the replace by class example page;
- Make the following content along with selection:
<ol> <li> ^text</li> </ol>
- Click on 'Bullet List' command to change list type;
- Expected Result: Elements path is shown as : body -> p -> strong
<ul> <li> ^text</li> </ul>
- Actual Result: Javascript error thrown.
- Expected Result: Elements path is shown as : body -> p -> strong
WFM with the latest trunk.