Bug 158772 - Remove fixed positioned descendants when RenderView is no longer the containing block.
Summary: Remove fixed positioned descendants when RenderView is no longer the containi...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-14 19:58 PDT by zalan
Modified: 2016-06-14 20:07 PDT (History)
2 users (show)

See Also:


Attachments
Test case (954 bytes, text/html)
2016-06-14 19:58 PDT, zalan
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description zalan 2016-06-14 19:58:56 PDT
Created attachment 281317 [details]
Test case

When the new containing block for fixed positioned elements has the position set to !static (relative, absolute etc), we don't remove the the fixed descendants from the RenderView.