[Webkit-unassigned] [Bug 133112] New: Touch-action css property support

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 20 01:53:41 PDT 2014


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

           Summary: Touch-action css property support
           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: j.tangelder at gmail.com


What about supporting the touch-action property of the pointer events specification? IE, Blink already support this, and Mozilla is busy implementing it.
https://dvcs.w3.org/hg/pointerevents/raw-file/tip/pointerEvents.html#the-touch-action-css-property

Even when pointer events are not implemented, this css property would really improve the support for touch gestures in webpages. Now we're stuck with only calling preventDefault, and often makes elements blocking the scrolling of a page when not needed...

(copied from https://bugs.webkit.org/show_bug.cgi?id=105463#c35)

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