Opened 16 years ago
Closed 15 years ago
#3978 closed Bug (fixed)
setStyle float broken on IE7 strict
Reported by: | Tobiasz Cudnik | Owned by: | Tobiasz Cudnik |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.1 |
Component: | General | Version: | |
Keywords: | IE Review+ | Cc: |
Description
TC
( new CKEDITOR.dom.element('div') ).setStyle( 'float', 'left' ).getAttribute( 'style' )
Result: "cssfloat: left;"
Attachments (1)
Change History (7)
comment:1 Changed 16 years ago by
Owner: | set to Tobiasz Cudnik |
---|---|
Status: | new → assigned |
comment:2 Changed 16 years ago by
Milestone: | CKEditor 3.0 → CKEditor 3.1 |
---|
Changed 16 years ago by
Attachment: | 3978.patch added |
---|
comment:3 Changed 16 years ago by
Keywords: | Review? added |
---|
comment:4 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
comment:5 Changed 16 years ago by
Please postponed the TC until the testing branch structure is fixed though.
IE7 now uses styleFloat instead of cssFloat.