[Webkit-unassigned] [Bug 239810] New: iOS Safari "click" events use the MouseEvent interface instead of the PointerEvent interface

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 27 08:05:47 PDT 2022


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

            Bug ID: 239810
           Summary: iOS Safari "click" events use the MouseEvent interface
                    instead of the PointerEvent interface
           Product: WebKit
           Version: Safari 15
          Hardware: iPhone / iPad
                OS: iOS 15
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: UI Events
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jarod.gowgiel at gmail.com

Per https://www.w3.org/TR/uievents/#event-type-click, a "click" event should use the PointerEvent interface. In iOS Safari, these events instead use the MouseEvent interface.

Steps to reproduce:

On iOS Safari, tap the "Target" box on https://codepen.io/JarodG/pen/qBPaVgJ. Notice: 
* pointer<type> events use PointerEvent (correct)
* touch<type> events use TouchEvent (correct)
* mouse<type> events use MouseEvent (correct)
* click uses a MouseEvent (incorrect - should be PointerEvent)

-- 
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/20220427/8e0939cf/attachment.htm>


More information about the webkit-unassigned mailing list