Bug 67338 - Add hit test when dispatching gesture events
Summary: Add hit test when dispatching gesture events
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: UI Events (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.7
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-31 16:43 PDT by Sailesh Agrawal
Modified: 2013-05-10 05:59 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sailesh Agrawal 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().