[Webkit-unassigned] [Bug 148408] Some scroll snap overflow tests are flaky

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 27 10:18:03 PDT 2015


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

Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bdakin at apple.com

--- Comment #2 from Alexey Proskuryakov <ap at webkit.org> ---
There is a clear opportunity for a race between the end of regular scroll and the beginning of momentum scroll.

Some potential approaches:

- tell eventSender.callAfterScrollingCompletes whether it needs to wait for momentum scroll;

- this could be automagic, because all scrolls are started via eventSender functions, and we do post the momentum scrolling events before calling eventSender.callAfterScrollingCompletes;

- or it may be possible to have an eventSender function that both finishes regular scroll and starts a momentum one, or some other higher level description of a scroll that we'd use with eventSender. That way, we would keep the knowledge that there is a momentum scroll coming for longer.

-- 
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/20150827/66d70914/attachment.html>


More information about the webkit-unassigned mailing list