[Webkit-unassigned] [Bug 103551] New: [chromium] make sourceDevice available to more WebGestureEvent subtypes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 28 12:35:59 PST 2012


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

           Summary: [chromium] make sourceDevice available to more
                    WebGestureEvent subtypes
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: ASSIGNED
          Severity: Normal
          Priority: P2
         Component: WebKit API
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rjkroege at chromium.org
                CC: aelias at chromium.org, yusufo at chromium.org


Chrome sends gesture events from both the touchpad and the touchscreen. In particular: GestureScrollBegin, GestureScrollEnd, GestureFlingStart and GestureFlingCancel can all be sent from both devices. Currently, only GestureFlingStart sub-types are tagged with their device source. But it is also necessary to know the source device for the remaining three sub-types. Add a new payload for these sub-types.

-- 
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