Bug 183691 - [LayoutReloaded] Should never need to go beyond the root container when asking for the containing block.
Summary: [LayoutReloaded] Should never need to go beyond the root container when askin...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: zalan
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-03-15 21:03 PDT by zalan
Modified: 2018-03-15 21:14 PDT (History)
1 user (show)

See Also:


Attachments
Patch (7.00 KB, patch)
2018-03-15 21:06 PDT, zalan
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description zalan 2018-03-15 21:03:14 PDT
While laying out the boxes in a block formatting context, when we happen to need to get to the containing block, it should always be a descendant of the root container (or the root container itself). Nothing outside of the formatting context should be able to impact the boxes inside.
Comment 1 zalan 2018-03-15 21:06:00 PDT
Created attachment 335923 [details]
Patch
Comment 2 zalan 2018-03-15 21:13:31 PDT
Committed r229658: <https://trac.webkit.org/changeset/229658>
Comment 3 Radar WebKit Bug Importer 2018-03-15 21:14:26 PDT
<rdar://problem/38531372>