Bug 67338

Summary: Add hit test when dispatching gesture events
Product: WebKit Reporter: Sailesh Agrawal <sail>
Component: UI EventsAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: ap, fishd, sail, sam, thakis, tonikitoo
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.7   

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.