NEW 67338
Add hit test when dispatching gesture events
https://bugs.webkit.org/show_bug.cgi?id=67338
Summary Add hit test when dispatching gesture events
Sailesh Agrawal
Reported 2011-08-31 16:43:13 PDT
Currently EventHandler::handleGestureEvent() only sends gesture events to the main frame. Instead, we should do a hit test and send the event to the correct subframe. See the FIXME comment in EventHandler::handleGestureEvent().
Attachments
Note You need to log in before you can comment on or make changes to this bug.