RESOLVED FIXED 105245
Allow position:sticky elements to be moved by the scrolling thread
https://bugs.webkit.org/show_bug.cgi?id=105245
Summary Allow position:sticky elements to be moved by the scrolling thread
Simon Fraser (smfr)
Reported 2012-12-17 20:13:44 PST
Allow position:sticky elements to be moved by the scrolling thread
Attachments
Patch (53.22 KB, patch)
2012-12-17 20:25 PST, Simon Fraser (smfr)
bdakin: review+
Simon Fraser (smfr)
Comment 1 2012-12-17 20:25:56 PST
Alexey Proskuryakov
Comment 2 2012-12-18 10:09:32 PST
Simon says that this will mostly fix bug 104276.
Beth Dakin
Comment 3 2012-12-18 12:16:12 PST
Comment on attachment 179870 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=179870&action=review It seems like there should be a way to share a little more code between ScrollingStateFixedNode/ScrollingStateStickyNode and ScrollingTreeFixedNode/ScrollingTreeStickyNode, but I think this is fine for now. > Source/WebCore/rendering/RenderLayerCompositor.cpp:2723 > + if (m_renderView->document()->ownerElement()) You should fix the comment here. It still claims that we don't yet support sticky.
Simon Fraser (smfr)
Comment 4 2012-12-18 15:33:16 PST
Ryosuke Niwa
Comment 5 2012-12-20 12:39:06 PST
Note You need to log in before you can comment on or make changes to this bug.