| Summary: | REGRESSION (r282150): Missing background-color on inline box while hovering | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | zalan <zalan> | ||||||||
| Component: | Layout and Rendering | Assignee: | zalan <zalan> | ||||||||
| Status: | RESOLVED FIXED | ||||||||||
| Severity: | Normal | CC: | bfulgham, changseok, esprehn+autocc, ews-watchlist, glenn, koivisto, kondapallykalyan, pdr, simon.fraser, webkit-bug-importer, zalan | ||||||||
| Priority: | P2 | Keywords: | InRadar | ||||||||
| Version: | WebKit Nightly Build | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Attachments: |
|
||||||||||
Created attachment 439666 [details]
Patch
Comment on attachment 439666 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=439666&action=review > Source/WebCore/rendering/RenderInline.cpp:194 > + if (auto* container = LayoutIntegration::LineLayout::blockContainer(*this); container && shouldInvalidateLineLayoutPath) > container->invalidateLineLayoutPath(); you could get the block via lineLayout->flow() too (and it doesn't need to be null tested). Created attachment 439735 [details]
Patch
Committed r283312 (242337@main): <https://commits.webkit.org/242337@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 439735 [details]. |
Created attachment 439640 [details] Test case see attached test case