[Webkit-unassigned] [Bug 15538] New: offsetLeft/Top for absolutely positioned elements include BODY padding

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 17 04:41:28 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=15538

           Summary: offsetLeft/Top for absolutely positioned elements
                    include BODY padding
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: marcus at better.se


The offsetLeft and offsetTop values for an absolutely positioned child element
of the BODY element do not match Mozilla's behaviour. This is probably a bug
since WebKit mimics Mozilla in this area.

On Firefox 2 and Konqueror 3.5, the offsetLeft for the child (with position:
absolute) is the sum of its left margin and left position.

On WebKit (r26570 nightly) is the sum of the child's left margin and the BODY
element's padding.


-- 
Configure bugmail: http://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