[webkit-dev] advice for FIXME in EventHandler::handleGestureEvent

Robert Kroeger rjkroege at chromium.org
Tue Sep 27 11:24:14 PDT 2011


I've been doing some work on gesture events in WebKit. I started
thinking/working on how to fix

    // FIXME: This should hit test and go to the correct subframe rather than
    // always sending gestures to the main frame only. We should also ensure
    // that if a frame gets a gesture begin gesture, it gets the corresponding
    // end gesture as well.

in bool EventHandler::handleGestureEvent(const PlatformGestureEvent&
gestureEvent)

I thought that I would based my implementation on
EventHandler::handleWheelEvent dispatches wheel events to
ScrollableArea. Does this approach sound reasoanable? Is any reviewer
particularly interested in seeing this fixed?
https://bugs.webkit.org/show_bug.cgi?id=67822 is trakign my
work-in-progress.

-Rob.


More information about the webkit-dev mailing list