Ticket #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
Change History
comment:1 Changed 4 years ago by tobiasz.cudnik
- Owner set to tobiasz.cudnik
- Status changed from new to assigned
comment:3 Changed 4 years ago by tobiasz.cudnik
- Keywords Review? added
IE7 now uses styleFloat instead of cssFloat.
Note: See
TracTickets for help on using
tickets.
