[Webkit-unassigned] [Bug 108403] New: [CSS Grid Layout] computePreferredLogicalWidths doesn't handle minmax tracks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 30 16:33:59 PST 2013


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

           Summary: [CSS Grid Layout] computePreferredLogicalWidths
                    doesn't handle minmax tracks
           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: jchaffraix at webkit.org
                CC: tony at chromium.org, xan.lopez at gmail.com,
                    ojan at chromium.org
            Blocks: 103311


The layout code properly accounts for minmax but computePreferredLogicalWidths wasn't updated and thus doesn't compute the min / max preferred logical widths of the grid element properly.

We should be able to see the bad sizing using fill-available on the grid element or its container. While at it, 'auto' should also be covered by the tests now that we also support it.

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