#11337 closed bug (fixed)
Bug in $.support.reliableMarginRight
Reported by: | vlazar | Owned by: | vlazar |
---|---|---|---|
Priority: | low | Milestone: | 1.7.2 |
Component: | support | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Fix for Webkit bug (see #3333) doesn't work.
I have the following test failures in Safari 5.0.5:
- css.js - marginRight computed style (bug #3333)
- dimensions.js - child of a hidden elem has accurate inner/outer/Width()/Height() see #9441 #9300
The value for $.support.reliableMarginRight is calculated before document.body is available, which doesn't work. To properly calculate reliableMarginRight the test div should be appended to body.
See also http://jsfiddle.net/rH4zW/
Change History (4)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Component: | unfiled → support |
---|---|
Owner: | set to vlazar |
Priority: | undecided → low |
Status: | new → assigned |
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fix #11337. Properly calculate $.support.reliableMarginRight.
Changeset: 1c35f3816a3b1be0855dcea8ab212af506e91f83
comment:4 Changed 12 years ago by
Milestone: | None → 1.7.2 |
---|
Note: See
TracTickets for help on using
tickets.
I've just submitted a pull request https://github.com/jquery/jquery/pull/683