[Webkit-unassigned] [Bug 191333] New: PointerEvents should not require touch event listeners to be registered

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 6 14:59:45 PST 2018


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

            Bug ID: 191333
           Summary: PointerEvents should not require touch event listeners
                    to be registered
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Event Handling
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dino at apple.com

We have code to make sure that we don't handle touch events if there are no listeners. Since the implementation of pointer events is currently piggy-backing on touch events, it means we require a touch listener to be registered in order to dispatch pointer events.

We need to remove this restriction, or probably duplicate it for pointer events.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181106/89a27324/attachment.html>


More information about the webkit-unassigned mailing list