Skip to main content

Bug Tracker

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:

http://jsfiddle.net/xKc3X/3/

Attachments (0)
Change History (3)

Changed March 07, 2012 11:13AM UTC by dmulder comment:1

I can reproduce that. The issue is not present in 1.6.4.

Any work on this topic?

Changed March 09, 2012 07:24PM UTC by mikesherov comment:2

Changed March 09, 2012 07:25PM UTC by mikesherov comment:3

Duplicate of #7986.