Side navigation
#14039 closed bug (duplicate)
Opened June 19, 2013 01:15AM UTC
Closed June 23, 2013 04:11PM UTC
height() and width() inconsistent in IE8 with fractional padding
Reported by: | tj.vantoll | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.10.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
This is from a UI bug and there's a good description of the issue here: http://bugs.jqueryui.com/ticket/9345#comment:6.
Essentially IE8 can return different values for
height()and
width()when fractional amounts are used for padding: http://jsfiddle.net/akatsuki/wMLNp/.
I'm not sure there's anything we can do about this but I didn't see any previous tickets for this.
Attachments (0)
Change History (1)
Changed June 23, 2013 04:11PM UTC by comment:1
resolution: | → duplicate |
---|---|
status: | new → closed |
Duplicate of #9628.We have to stop using
offsetHeight
andoffsetWidth
unfortunately and that's a pretty big change.