Bug 220201

Summary: [LFC Display] Stacking item bounds were wrong in some cases
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: Layout and RenderingAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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>