WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
301232
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2025-10-21 16:33:33 PDT
<
rdar://problem/163150604
>
Sammy Gill
Comment 2
2025-10-21 17:01:42 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/52638
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.
Top of Page
Format For Printing
XML
Clone This Bug