Opened 16 years ago
Closed 16 years ago
#2947 closed Bug (fixed)
Indent does not work in IE
Reported by: | Frederico Caldeira Knabben | Owned by: | Martin Kou |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | 3.0 Beta |
Keywords: | Confirmed IE IBM Review+ | Cc: |
Description
The indentation button has no effect in IE. Works well with Firefox, Safari and Opera.
Attachments (2)
Change History (9)
comment:1 Changed 16 years ago by
Owner: | set to Martin Kou |
---|---|
Status: | new → assigned |
Changed 16 years ago by
Attachment: | 2947.patch added |
---|
comment:2 Changed 16 years ago by
Keywords: | Review? added |
---|
comment:3 Changed 16 years ago by
Keywords: | Review- added; Review? removed |
---|
Changed 16 years ago by
Attachment: | 2947_2.patch added |
---|
comment:4 Changed 16 years ago by
Keywords: | Review? added; Review- removed |
---|
comment:5 Changed 16 years ago by
The fix to element::getAttribute overlaps part of the patch of #2862.
comment:6 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
Please move the lowercase fix to the element class constructor, right after the _cke_saved_href check and go ahead committing.
The indent plugin code is correct. The code to be fixed is element::getAttribute.