RESOLVED WONTFIX 81225
Make GestureScrollBegin an optional event in a scroll-fling sequence
https://bugs.webkit.org/show_bug.cgi?id=81225
Summary Make GestureScrollBegin an optional event in a scroll-fling sequence
Robert Kroeger
Reported 2012-03-15 09:14:41 PDT
The chromium embedder needs to be flexible in its inclusion of GestureScrollBegin in a gesture scroll sequence. in particular: ScrollBegin ScrollUpdate ScrollUpdate ScrollUpdate ScrollEnd should be equivalent to ScrollUpdate ScrollUpdate ScrollUpdate ScrollEnd with regards to initiating a scroll.
Attachments
Robert Kroeger
Comment 1 2012-03-15 09:16:25 PDT
NB: I will presume that GestureScrollUpdates will be fully populated with valid positions when writing the necessary tests.
James Robinson
Comment 2 2012-03-16 20:44:53 PDT
I think this is just bogus. Why would we need to do that? If the GestureScrollBegin has no purpose then we shouldn't be getting one.
Robert Kroeger
Comment 3 2012-03-17 13:06:23 PDT
Per discussion, the bug is indeed bogus.
Note You need to log in before you can comment on or make changes to this bug.