[Webkit-unassigned] [Bug 260274] [css-grid] css-grid/grid-with-orthogonal-child-within-flexbox.html failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 1 10:58:12 PDT 2023


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

--- Comment #2 from Sammy Gill <sgill26 at apple.com> ---
I believe this is due to the way we perform the intrinsic logical width computation for the grid as it is reporting a logical width of 50px which doesn't seem right in this scenario.

The intrinsic logical width sizing is only doing one pass of the track sizing algorithm via computeTrackSizesForIndefiniteSize(algorithm, ForColumns, &minLogicalWidth, &maxLogicalWidth), but for orthogonal flows we need to perform multiple passes since the min-content contribution for the columns will change for the grid item after the size of the row is determined

-- 
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/20230901/fcab7532/attachment.htm>


More information about the webkit-unassigned mailing list