Ticket #7294 (closed Bug: fixed)
IE we can't convert Numbered list to a Bulleted list and vice versa
| Reported by: | satya | Owned by: | Saare |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.5.3 |
| Component: | General | Version: | 3.5.3 |
| Keywords: | IBM IE | Cc: | damo,jamescun,tmonahan |
Description
To reproduce the defect
- Open CK Editor and type 2 paragraphs of text.
- select 2 paragraphs and click on Insert/Remove Numbered list button
- see that a Numbered list appears with 2 list items.
- Now select both list items and click on Insert/Remove Bulleted list button.
Expected Result:
Numbered list is converted to a Bulleted list.
Actual Result:
Nothing happens and we are seeing an error in IE and error says 'this.$currentStyle' is null or not an object.
same issue occurs when we try to convert a Bulleted list to a Numbered list.
Attachments
Change History
comment:1 Changed 2 years ago by Saare
- Status changed from new to confirmed
- Version set to 3.5.3 (SVN - trunk)
- Milestone set to CKEditor 3.5.3
comment:2 Changed 2 years ago by Saare
- Keywords IE added
- Owner set to Saare
- Status changed from confirmed to review
IE will generate an error when getting current styles from elements that are yet to be in the DOM tree.
comment:4 Changed 2 years ago by garry.yao
- Status changed from review to review_failed
"currentStyle" is not a cross-browser property.
Note: See
TracTickets for help on using
tickets.

Regression of [6478].