#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)
Change History (4)
Changed 16 years ago by
Attachment: | jquery.float.diff added |
---|
comment:1 Changed 16 years ago by
need: | Patch → Commit |
---|---|
Owner: | changed from john to brandon |
comment:3 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Patch