[Webkit-unassigned] [Bug 105512] New: Avoid a second layout of flex items in computeMainAxisPreferredSizes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 20 01:45:19 PST 2012


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

           Summary: Avoid a second layout of flex items in
                    computeMainAxisPreferredSizes
           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: cgarcia at igalia.com
                CC: tony at chromium.org, ojan at chromium.org
            Blocks: 62048


In case of orthogonal flow when the flex basis or min main axis are auto for child, we are laying out the child in computeMainAxisPreferredSizes. If called a second time, we don't need to re-layout the child unless its main axis size is 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.



More information about the webkit-unassigned mailing list