Bug 108950

Summary: Touch event should be readonly when shouldGesturesTriggerActive() returns false
Product: WebKit Reporter: Xianzhu Wang <wangxianzhu>
Component: UI EventsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: jamesr, rbyers, tonikitoo
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

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.