[Webkit-unassigned] [Bug 94478] Rename Gesture Events for Scrolling

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 24 07:54:01 PDT 2012


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





--- Comment #5 from Robert Kroeger <rjkroege at chromium.org>  2012-08-24 07:54:00 PST ---
(In reply to comment #4)
> (In reply to comment #2)
> > I had thought to change the implementation of these events in a similar but not exactly the same fashion. To be precise, I had thought of altering the implementation of EventHandler::handleGestureEvent to handle the respective scroll events like so:
> > 
> > ScrollBegin: latch a target node, set up for a scroll.
> > 
> > ScrollUpdate: actually scroll the latched node. (I think it is desirable to have flags on the event to control how bubbling is handled. I can imagine wanting both bubbled and non-bubbled ScrollUpdate events.)
> > 
> One problem though. GestureScrollBegin exists in it current form because that is the event Mac WebKit2 sends. So we need to continue to support scrolling gestures that does not latch.

OK. So it sounds like we could add a new event type? LatchAtScrollStart maybe?

-- 
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