| Summary: | [IFC][Integration] Do not paint ellipsis on non-visible block boxes. | ||||||
|---|---|---|---|---|---|---|---|
| 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
2022-08-27 10:57:19 PDT
Created attachment 461927 [details]
[fast-cq]Patch
Comment on attachment 461927 [details] [fast-cq]Patch View in context: https://bugs.webkit.org/attachment.cgi?id=461927&action=review > Source/WebCore/layout/integration/inline/LayoutIntegrationInlineContentPainter.cpp:105 > + if (m_paintInfo.phase != PaintPhase::Foreground || root().style().visibility() != Visibility::Visible) We should probably support some other PaintPhases (at least TextClip, not sure about the others) (In reply to Antti Koivisto from comment #2) > Comment on attachment 461927 [details] > [fast-cq]Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=461927&action=review > > > Source/WebCore/layout/integration/inline/LayoutIntegrationInlineContentPainter.cpp:105 > > + if (m_paintInfo.phase != PaintPhase::Foreground || root().style().visibility() != Visibility::Visible) > > We should probably support some other PaintPhases (at least TextClip, not > sure about the others) yeah Committed 253888@main (682b15d4271a): <https://commits.webkit.org/253888@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 461927 [details]. |