Bug 67338
| Summary: | Add hit test when dispatching gesture events | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Sailesh Agrawal <sail> |
| Component: | UI Events | Assignee: | 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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |