Skip to main content

Bug Tracker

Side navigation

#4340 closed bug (duplicate)

Opened March 12, 2009 03:29PM UTC

Closed March 18, 2009 03:15AM UTC

Wrong offset counting in FF2 and Safari for fixed elements

Reported by: aichinge Owned by: brandon
Priority: major Milestone: 1.4
Component: offset Version: 1.3.2
Keywords: Cc:
Blocked by: Blocking:
Description

Hi, I play with counting offset for fixed element which has 50px top property and the page is 100px scrolled down. (CSS1Compact mode)

Majority of browser return CSS/offset top for this element 150px, but FF2 and Safari/Chrome return only 50px. I think that the behave of it have to be same.

I suggest that jQuery have to adds offsets from offsetParents and stop at the first fixed offsetParent and adds scrollTop/Left and stops counting for FF2 and Safari/Chrome.

Attachments (0)
Change History (2)

Changed March 16, 2009 12:42AM UTC by joelg comment:1

I have just submitted my fix for this to a duplicate ticket for this same issue - http://dev.jquery.com/ticket/4263.

Changed March 18, 2009 03:15AM UTC by brandon comment:2

component: dimensionsoffset
resolution: → duplicate
status: newclosed

duplicate of #4263