WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 218665
239810
iOS Safari "click" events use the MouseEvent interface instead of the PointerEvent interface
https://bugs.webkit.org/show_bug.cgi?id=239810
Summary
iOS Safari "click" events use the MouseEvent interface instead of the Pointer...
Jarod Gowgiel
Reported
2022-04-27 08:05:47 PDT
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)
Attachments
Add attachment
proposed patch, testcase, etc.
Sam Sneddon [:gsnedders]
Comment 1
2022-04-27 09:48:01 PDT
*** This bug has been marked as a duplicate of
bug 218665
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug