Bug Tracker

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#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 11 years ago by vlazar

I've just submitted a pull request https://github.com/jquery/jquery/pull/683

comment:2 Changed 11 years ago by Timmy Willison

Component: unfiledsupport
Owner: set to vlazar
Priority: undecidedlow
Status: newassigned

comment:3 Changed 11 years ago by Vladislav Zarakovsky

Resolution: fixed
Status: assignedclosed

Fix #11337. Properly calculate $.support.reliableMarginRight.

Changeset: 1c35f3816a3b1be0855dcea8ab212af506e91f83

comment:4 Changed 11 years ago by dmethvin

Milestone: None1.7.2
Note: See TracTickets for help on using tickets.