[Webkit-unassigned] [Bug 198292] [async scrolling] Fixed positioning inside stacking context overflow scroll is jumpy

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 28 08:51:00 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=198292

Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |darin at apple.com
 Attachment #370738|review?                     |review+
              Flags|                            |

--- Comment #7 from Darin Adler <darin at apple.com> ---
Comment on attachment 370738
  --> https://bugs.webkit.org/attachment.cgi?id=370738
patch

Old code seems to have "cleverly" avoided a source of n^2 algorithm cost, by computing as we descend the tree. New code walks the parent list so is potentially slower for very deep trees. Makes me wonder if we should have some kind of stress test for a deeply nested tree. I’m sure many of our algorithms have such issues, not sure what our performance/scaling goals are for them.

-- 
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/20190528/18d94d1e/attachment-0001.html>


More information about the webkit-unassigned mailing list