[Webkit-unassigned] [Bug 108950] New: Touch event should be readonly when shouldGesturesTriggerActive() returns false

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 5 09:21:47 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=108950

           Summary: Touch event should be readonly when
                    shouldGesturesTriggerActive() returns false
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Event Handling
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: wangxianzhu at chromium.org
                CC: tonikitoo at webkit.org, jamesr at chromium.org,
                    rbyers at chromium.org


In EventHandler.cpp: EventHandler::handleTouchEvent()

#if ENABLE(GESTURE_EVENTS)
        if (shouldGesturesTriggerActive())
            hitType |= HitTestRequest::ReadOnly;
#endif

There should be a '!' in the if condition.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list