[Webkit-unassigned] [Bug 20941] New: incorrect height calculation inside nested positioned elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 19 10:05:35 PDT 2008


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

           Summary: incorrect height calculation inside nested positioned
                    elements
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: max at ac-mb.info


When
  - a div is absolute and its height is not specified but must be computed from
top and bottom, 
  - a nested absolute div has its size computed from parent (correctly
computed)
  - a nested image inside the previous, with relative height got an incorrect
size

The image size is calculated relative to body rather than closest positioned
parent.
Strange enough, calculation of the width is correct.

See test case in attachment.


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