Bug Tracker

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#1198 closed bug (fixed)

Using styleFloat in Safari doesn't work

Reported by: brandon Owned by: brandon
Priority: minor Milestone: 1.1.3
Component: core Version: 1.1.2
Keywords: Cc:
Blocked by: Blocking:

Description

Even though it is an IE only way of accessing the float property it should be aliased to work in Safari.

$('#floatTest').css('styleFloat', 'left');

There is a test already in the test suite that fails.

Attachments (1)

jquery.float.diff (993 bytes) - added by brandon 16 years ago.
Patch

Download all attachments as: .zip

Change History (4)

Changed 16 years ago by brandon

Attachment: jquery.float.diff added

Patch

comment:1 Changed 16 years ago by brandon

need: PatchCommit
Owner: changed from john to brandon

comment:2 Changed 16 years ago by brandon

Fixed in Rev [1910]

comment:3 Changed 16 years ago by brandon

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.