Opened 16 years ago
Closed 16 years ago
#3354 closed Bug (fixed)
[IE] Unable to change list type
Reported by: | Garry Yao | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | |
Keywords: | IE Confirmed Review+ | 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:
<ul> <li> ^text</li> </ul>
- Actual Result: Javascript error thrown.
- Expected Result:
Attachments (1)
Change History (4)
Changed 16 years ago by
Attachment: | 3354.patch added |
---|
comment:1 Changed 16 years ago by
Keywords: | Confirmed Review? added |
---|---|
Owner: | set to Garry Yao |
Status: | new → assigned |
comment:2 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
Lint shows that the evil global object 'length' has been masked by window.length which is an read-only variable under IE.