WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
247653
Create a temporary 'Grid' for computeIntrinsicLogicalWidths in RenderGrid.
https://bugs.webkit.org/show_bug.cgi?id=247653
Summary
Create a temporary 'Grid' for computeIntrinsicLogicalWidths in RenderGrid.
Matt Woodrow
Reported
2022-11-08 16:02:07 PST
<
rdar://101965460
> RenderGrid::computeIntrinsicLogicalWidths currently operates on the same Grid (for item placement) as is used by normal layout. This can cause issues, since we don't expect the layout of the RenderElement to be changed by this function. We can instead create a stack-based temporary Grid for this, and operate on that for the intrinsic size calculation.
Attachments
Add attachment
proposed patch, testcase, etc.
Matt Woodrow
Comment 1
2022-11-08 16:22:58 PST
Pull request:
https://github.com/WebKit/WebKit/pull/6275
EWS
Comment 2
2022-11-13 19:09:32 PST
Committed
256624@main
(7b600312f1e1): <
https://commits.webkit.org/256624@main
> Reviewed commits have been landed. Closing PR #6275 and removing active labels.
EWS
Comment 3
2022-12-05 08:29:10 PST
Committed
252432.895@safari-7614-branch
(a9431fcabf85): <
https://commits.webkit.org/252432.895@safari-7614-branch
> Reviewed commits have been landed. Closing PR #228 and removing active labels.
JC Alvarado
Comment 4
2023-01-06 13:42:57 PST
***
Bug 247633
has been marked as a duplicate of this bug. ***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug