Bug 278917
Summary: | text-spacing: text-autospace: computeInlineBoxBoundaryTextSpacingsIfNeeded should operate on InlineItemList before cached | ||
---|---|---|---|
Product: | WebKit | Reporter: | Vitor Roriz <vitor.roriz> |
Component: | Text | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | fantasai.bugs, vitor.roriz, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Vitor Roriz
computeInlineBoxBoundaryTextSpacingsIfNeeded computes text spacing based on InlineItemList.
It currently uses the list cached as InlineContentCache, however, at that point in InlineItemsBuilder::build
we haven't yet cached such list.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/135012026>
Vitor Roriz
Pull request: https://github.com/WebKit/WebKit/pull/32935
EWS
Committed 282999@main (a10f5772f6a2): <https://commits.webkit.org/282999@main>
Reviewed commits have been landed. Closing PR #32935 and removing active labels.