Side navigation
#11390 closed bug (duplicate)
Opened February 25, 2012 01:09PM UTC
Closed March 09, 2012 07:24PM UTC
Last modified March 09, 2012 07:25PM UTC
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:
Attachments (0)
Change History (3)
Changed March 07, 2012 11:13AM UTC by comment:1
Changed March 09, 2012 07:24PM UTC by comment:2
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
I can reproduce that. The issue is not present in 1.6.4.
Any work on this topic?