[Webkit-unassigned] [Bug 247465] New: Grid track sizing should reset the override width as well as height to compute intrinsic sizing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 3 16:37:07 PDT 2022


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

            Bug ID: 247465
           Summary: Grid track sizing should reset the override width as
                    well as height to compute intrinsic sizing
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Keywords: InRadar
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mattwoodrow at apple.com
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    webkit-bug-importer at group.apple.com, zalan at apple.com

Grid layout (sometimes) sets the override content size and containing block sizes, so that grid items get sized relative to their grid tracks, rather than the size of the grid element.

During the sizing process, we want to know the intrinsic size of children, so we reset any overrides and re-layout children to measure them.

We're currently not resetting the content logical width, and there's a comment saying that grid never uses it, but that's out of date and we do need to reset this.

<rdar://101304306>

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221103/bf10a16e/attachment-0001.htm>


More information about the webkit-unassigned mailing list