Modify ↓
Ticket #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: | ||
| Blocking: | Blocked by: |
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
Change History
Changed 6 years ago by brandon
-
attachment
jquery.float.diff
added
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Patch