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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 7 15:18:57 PST 2012


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


Julien Chaffraix <jchaffraix at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ojan at chromium.org




--- Comment #1 from Julien Chaffraix <jchaffraix at webkit.org>  2012-11-07 15:20:30 PST ---
There is one big issue with coalescing layouts: we cannot scroll until we actually do the layout as we need to clamp and scrolling dispatches the 'scroll' event. If the page listens to those events, I haven't found a good way to defer scrolling until we layout without breaking event dispatching.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list