[Webkit-unassigned] [Bug 24097] New: Regression : a fixed element has no parent offset

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 23 09:19:09 PST 2009


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

           Summary: Regression : a fixed element has no parent offset
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://download.pureftpd.org/misc/bugs/webkit/fixed-
                    element-has-no-offsetparent.html
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: webkit at pureftpd.org


With recent nightly builds, elements having position:fixed have a null
offsetParent property.

The following snippet should return the body node :

<!doctype html>
<html>
<body onload="alert(document.getElementById('hop').offsetParent);">
  <div id="hop" style="position:fixed">Test</div>
</body>
</html>


-- 
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