RESOLVED FIXED 89304
Touch events with default actions should be handled.
https://bugs.webkit.org/show_bug.cgi?id=89304
Summary Touch events with default actions should be handled.
Robert Kroeger
Reported 2012-06-17 07:47:59 PDT
The implementation of https://bugs.webkit.org/show_bug.cgi?id=88807 showed the implementation of EventHandler::handleTouchEvent overlooks the status of Event::defaultHandled on a TouchEvent when computing its "event was swallowed" return value. This should be corrected.
Attachments
Patch (2.32 KB, patch)
2012-06-17 08:17 PDT, Robert Kroeger
no flags
Robert Kroeger
Comment 1 2012-06-17 08:17:53 PDT
Robert Kroeger
Comment 2 2012-06-17 08:18:50 PDT
tkent@: Could you take a look please?
Kent Tamura
Comment 3 2012-06-17 17:55:56 PDT
Comment on attachment 148010 [details] Patch Looks reasonable.
WebKit Review Bot
Comment 4 2012-06-18 08:07:01 PDT
Comment on attachment 148010 [details] Patch Clearing flags on attachment: 148010 Committed r120597: <http://trac.webkit.org/changeset/120597>
WebKit Review Bot
Comment 5 2012-06-18 08:07:05 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.