Bug 301232
| Summary: | Stop converting from LayoutUnit to Length in RenderBox computeLogical{Width, Height} functions | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Sammy Gill <sgill26> |
| Component: | Layout and Rendering | Assignee: | Sammy Gill <sgill26> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bfulgham, simon.fraser, webkit-bug-importer, zalan |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Sammy Gill
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
<rdar://problem/163150604>
Sammy Gill
Pull request: https://github.com/WebKit/WebKit/pull/52638
EWS
Committed 301969@main (8a7e32536bc5): <https://commits.webkit.org/301969@main>
Reviewed commits have been landed. Closing PR #52638 and removing active labels.