Modify ↓
Ticket #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: | ||
| Blocking: | Blocked by: |
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
comment:2 Changed 15 months ago by mikesherov
- Status changed from new to closed
- Resolution set to duplicate
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
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
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?