Opened 15 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)

3978.patch (2.7 KB) - added by Tobiasz Cudnik 15 years ago.

Download all attachments as: .zip

Change History (7)

comment:1 Changed 15 years ago by Tobiasz Cudnik

Owner: set to Tobiasz Cudnik
Status: newassigned

comment:2 Changed 15 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 3.0CKEditor 3.1

Changed 15 years ago by Tobiasz Cudnik

Attachment: 3978.patch added

comment:3 Changed 15 years ago by Tobiasz Cudnik

Keywords: Review? added

IE7 now uses styleFloat instead of cssFloat.

comment:4 Changed 15 years ago by Garry Yao

Keywords: Review+ added; Review? removed

comment:5 Changed 15 years ago by Garry Yao

Please postponed the TC until the testing branch structure is fixed though.

comment:6 Changed 15 years ago by Tobiasz Cudnik

Resolution: fixed
Status: assignedclosed

Fixed with [4176].

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy