Opened 8 years ago
Closed 7 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 8 years ago by tobiasz.cudnik
- Owner set to tobiasz.cudnik
- Status changed from new to assigned
comment:2 Changed 8 years ago by fredck
- Milestone changed from CKEditor 3.0 to CKEditor 3.1
Changed 8 years ago by tobiasz.cudnik
comment:3 Changed 8 years ago by tobiasz.cudnik
- Keywords Review? added
comment:4 Changed 7 years ago by garry.yao
- Keywords Review+ added; Review? removed
comment:5 Changed 7 years ago by garry.yao
Please postponed the TC until the testing branch structure is fixed though.
comment:6 Changed 7 years ago by tobiasz.cudnik
- Resolution set to fixed
- Status changed from assigned to closed
Fixed with [4176].
Note: See
TracTickets for help on using
tickets.

IE7 now uses styleFloat instead of cssFloat.