WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 109348
108732
Sometimes ScrollingTreeFixedNodes are left in the scrolling tree
https://bugs.webkit.org/show_bug.cgi?id=108732
Summary
Sometimes ScrollingTreeFixedNodes are left in the scrolling tree
Simon Fraser (smfr)
Reported
2013-02-01 17:46:35 PST
I've noticed that we can end up with several ScrollingTreeFixedNodes in the scrolling tree even when the page has only one fixedpos element. This happens if the page toggles elements from fixed to non-fixed; e.g. the top bar on
http://www.redfin.com/CA/Mountain-View/1075-Space-Park-Way-94043/unit-297/home/21854852
It occurs because RenderLayer::clearBacking() doesn't hit removeViewportConstrainedLayer() when we're destroying the RenderLayer via removeOnlyThisLayer().
Attachments
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2013-02-01 18:05:21 PST
> It occurs because RenderLayer::clearBacking() doesn't hit removeViewportConstrainedLayer() when we're destroying the RenderLayer via removeOnlyThisLayer().
Actually it does. Something else is happening but I'm not sure what.
Simon Fraser (smfr)
Comment 2
2013-02-11 13:30:52 PST
*** This bug has been marked as a duplicate of
bug 109348
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug