| Summary: | [IFC][Ruby] Resize annotation renderer after inline layout when needed | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | zalan <zalan> | ||||||
| Component: | Layout and Rendering | Assignee: | zalan <zalan> | ||||||
| Status: | RESOLVED FIXED | ||||||||
| Severity: | Normal | CC: | bfulgham, koivisto, simon.fraser, webkit-bug-importer, zalan | ||||||
| Priority: | P2 | Keywords: | InRadar | ||||||
| Version: | WebKit Nightly Build | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Attachments: |
|
||||||||
|
Description
zalan
2023-09-27 07:39:20 PDT
Created attachment 467900 [details]
Patch
Created attachment 467901 [details]
[fast-cq]Patch
Comment on attachment 467901 [details] [fast-cq]Patch View in context: https://bugs.webkit.org/attachment.cgi?id=467901&action=review > Source/WebCore/layout/integration/inline/LayoutIntegrationLineLayout.cpp:638 > + renderer.setOverridingLogicalWidthLength({ usedMarginBoxSize.width(), LengthType::Fixed }); amazing (In reply to Antti Koivisto from comment #3) > Comment on attachment 467901 [details] > [fast-cq]Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=467901&action=review > > > Source/WebCore/layout/integration/inline/LayoutIntegrationLineLayout.cpp:638 > > + renderer.setOverridingLogicalWidthLength({ usedMarginBoxSize.width(), LengthType::Fixed }); > > amazing the best! Committed 268512@main (178cde2d00a3): <https://commits.webkit.org/268512@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 467901 [details]. |