diff options
author | Martin Robinson <mrobinson@igalia.com> | 2017-10-16 13:41:01 +0200 |
---|---|---|
committer | Martin Robinson <mrobinson@igalia.com> | 2017-10-18 09:31:40 +0200 |
commit | 36fa7e4c448cbc110ada5d5e45482aa228e505e3 (patch) | |
tree | df17c131ebc20546c72ad0804732245a09fede89 /components/script/dom/extendableevent.rs | |
parent | c1e0889971582488ed7a4d3a3af21a49bf497abc (diff) | |
download | servo-36fa7e4c448cbc110ada5d5e45482aa228e505e3.tar.gz servo-36fa7e4c448cbc110ada5d5e45482aa228e505e3.zip |
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.
Diffstat (limited to 'components/script/dom/extendableevent.rs')
0 files changed, 0 insertions, 0 deletions