[Webkit-unassigned] [Bug 75015] Setting scrollTop / scrollLeft should not cause a layout

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 14 04:30:29 PDT 2015


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

Lucas Wiener <lucas at wiener.se> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lucas at wiener.se

--- Comment #2 from Lucas Wiener <lucas at wiener.se> ---
I've posted this Stack Overflow question regarding the performance of scrollTop/Left in Safari: http://stackoverflow.com/questions/30218002/element-scrolltop-left-is-really-slow-in-safari-why/30218327#30218327

I assume this is due to the layout being forced for each call to the methods.
Is it possible to look how Blink handles this?
As shown in the Stack Overflow question, Blink executes the test function in ~50 ms while Safari executes it in ~1500 ms.

Kind regards

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150514/92caf8d9/attachment.html>


More information about the webkit-unassigned mailing list