RESOLVED INVALID 108950
Touch event should be readonly when shouldGesturesTriggerActive() returns false
https://bugs.webkit.org/show_bug.cgi?id=108950
Summary Touch event should be readonly when shouldGesturesTriggerActive() returns false
Xianzhu Wang
Reported 2013-02-05 09:23:53 PST
In EventHandler.cpp: EventHandler::handleTouchEvent() #if ENABLE(GESTURE_EVENTS) if (shouldGesturesTriggerActive()) hitType |= HitTestRequest::ReadOnly; #endif There should be a '!' in the if condition.
Attachments
Xianzhu Wang
Comment 1 2013-02-05 09:33:11 PST
After reading carefully bug 96060, I think I was wrong. The intention of the patch was to tigger active for touch events on chromium-android. Sorry for bother.
Note You need to log in before you can comment on or make changes to this bug.