Bug 220201 - [LFC Display] Stacking item bounds were wrong in some cases
Summary: [LFC Display] Stacking item bounds were wrong in some cases
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-12-30 12:42 PST by Simon Fraser (smfr)
Modified: 2020-12-30 13:32 PST (History)
4 users (show)

See Also:


Attachments
Patch (13.74 KB, patch)
2020-12-30 12:47 PST, Simon Fraser (smfr)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2020-12-30 12:42:18 PST
[LFC Display] Stacking item bounds were wrong in some cases
Comment 1 Simon Fraser (smfr) 2020-12-30 12:47:12 PST
Created attachment 416850 [details]
Patch
Comment 2 zalan 2020-12-30 13:02:54 PST
Comment on attachment 416850 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=416850&action=review

> Source/WebCore/display/DisplayTreeBuilder.cpp:226
> +    auto currentStackingContextItem = [&]() -> StackingItem& {

is -> StackingItem& really required here?
Comment 3 EWS 2020-12-30 13:31:19 PST
Committed r271109: <https://trac.webkit.org/changeset/271109>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 416850 [details].
Comment 4 Radar WebKit Bug Importer 2020-12-30 13:32:16 PST
<rdar://problem/72743740>