[Webkit-unassigned] [Bug 198532] Sticky positioning is jumpy in many overflow cases
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jun 4 10:47:32 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=198532
--- Comment #6 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Comment on attachment 371290
--> https://bugs.webkit.org/attachment.cgi?id=371290
patch
View in context: https://bugs.webkit.org/attachment.cgi?id=371290&action=review
> Source/WebCore/page/scrolling/cocoa/ScrollingTreeStickyNode.mm:83
> + for (auto* ancestor = parent(); ancestor; ancestor = ancestor->parent()) {
Also, shame this is making the tree walk O(n^2)
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190604/b3aa08ae/attachment-0001.html>
More information about the webkit-unassigned
mailing list