[Webkit-unassigned] [Bug 237732] [css-grid] Grid contents sometimes layout with the wrong width
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Mar 13 14:32:28 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=237732
--- Comment #3 from Matt Woodrow <mattwoodrow at apple.com> ---
It seems like we shouldn't be laying out children of a RenderGrid from (const!) computeIntrinsicLogicalWidths using estimated grid breadths.
Could we cache the intrinsic sizes when we do a full layout, and reuse those if we haven't marked the RenderGrid as needing layout?
A quick prototype of that seems to work.
--
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/20220313/9fc07827/attachment.htm>
More information about the webkit-unassigned
mailing list