[Webkit-unassigned] [Bug 19923] offsetParent is incorrect for a child element of a position fixed element that itself is nested under a position relative element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 14 12:13:47 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=19923





------- Comment #3 from browserbugs at gtalbot.org  2009-06-14 12:13 PDT -------
Oops!

#header is a nearer ancestor and its position is not static. #header is the
nearest non-static-ancestor of #trashbin within the containment hierarchy. So,
according to CSSOM View Module spec., 

#trashbin.offsetParent == #header



#trashbin.offsetParent should not be the body element.

#trashbin.offsetParent should not be null.

regards, Gérard


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list