[Webkit-unassigned] [Bug 19930] New: ignores top:<pct> with nested relative positioning

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 7 11:09:48 PDT 2008


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

           Summary: ignores top:<pct> with nested relative positioning
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mh+webkit at glandium.org


This has been reported on Debian as bug #489767 ( http://bugs.debian.org/489767
), against the Gtk+ port, version 1.0.1 (which is pretty much revision 34575).
I haven't verified on trunk.

In nested <div>s with relative positioning, with height specified as
a percentage, an inmost top: <percentage> is ignored.

Reference:          Attached HTML file
Observed behavior:  The word "Caption" appears at the top.
Desired behavior:   It should appear near the bottom, just above the
                    dashed border.
CSS workaround:     It works if the units of "top" are changed to
                    pixels, or if the associated "position" is changed
                    to absolute, or if the parent's height is expressed
                    in pixels instead of a percentage.


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