Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix duplicate stacking context creation for anonymous Flows #18921

Merged
merged 1 commit into from Oct 19, 2017

Commits on Oct 18, 2017

  1. Fix duplicate stacking context creation for anonymous Flows

    Anonymous nodes were previously creating duplicate stacking contexts,
    one for each node in the anonymous node chain. This change eliminates
    that for tables.
    
    Additionally the use of stacking context ids based on node addresses is
    no longer necessary since stacking contexts no longer control scrolling.
    This is the first step in eliminating the dependency between node
    addresses and ClipScrollNodes which causes issues like #16425.
    mrobinson committed Oct 18, 2017
You can’t perform that action at this time.