#11390 closed bug (duplicate)
Setting *{box-sizing:border-box} breaks offset() on scrolling in IE8
Reported by: | scr4ve | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When applying box-sizing: border-box; to all elements, .offset() wrongly returns relative values when scrolling in IE8. Issue is still present in git.
Test case: http://jsfiddle.net/xKc3X/3/
Change History (3)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
this has been fixed by: https://github.com/jquery/jquery/commit/a52391aa1dcf3f28306e274e1b2d7f0affc4e725 + https://github.com/jquery/jquery/commit/935df49d77c9719b12e28b07e1c26bcf8a5ab6a7 . It's a dupe of 7986
Note: See
TracTickets for help on using
tickets.
I can reproduce that. The issue is not present in 1.6.4. Any work on this topic?