RESOLVED FIXED301232
Stop converting from LayoutUnit to Length in RenderBox computeLogical{Width, Height} functions
https://bugs.webkit.org/show_bug.cgi?id=301232
Summary Stop converting from LayoutUnit to Length in RenderBox computeLogical{Width, ...
Sammy Gill
Reported 2025-10-21 16:33:16 PDT
Before we can properly zoom the Preferred, Minimum, and Maximum sizes, we need to stop converting from LayoutUnits to Lengths in RenderBox::computeLogicalWidth and RenderBox::computeLogicalHeight. This is because these values are already zoomed, so when we evaluate the Length value that we created we end up double applying zoom
Attachments
Radar WebKit Bug Importer
Comment 1 2025-10-21 16:33:33 PDT
Sammy Gill
Comment 2 2025-10-21 17:01:42 PDT
EWS
Comment 3 2025-10-22 13:40:27 PDT
Committed 301969@main (8a7e32536bc5): <https://commits.webkit.org/301969@main> Reviewed commits have been landed. Closing PR #52638 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.