[Webkit-unassigned] [Bug 105264] New: Percentage min/max width replaced element may incorrectly rendered

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 18 01:23:38 PST 2012


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

           Summary: Percentage min/max width replaced element may
                    incorrectly rendered
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ktf.kim at samsung.com


If min-width or max-width of replaced element is percentage, and the containing block try to fit to it,
the computation of preferred width of the containing block can be wrong.

In RenderReplaced::computeMaxPreferredLogicalWidth, the "percentage width" case is handled,
but  the "percentage min/max width" is not handled now.

With bug 102784, the bug that the change of "percentage width" image's intrinsic size is not updated is fixed,
but the "percentage min-width" image is not updated despite re-layout because the not updated preferred width.

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



More information about the webkit-unassigned mailing list