WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
233636
Pointer events are not triggered inside object elements on iPhone Safari
https://bugs.webkit.org/show_bug.cgi?id=233636
Summary
Pointer events are not triggered inside object elements on iPhone Safari
kari.pihkala
Reported
2021-11-30 07:13:55 PST
Created
attachment 445412
[details]
testcase.html Pointer events, such as onpointerdown, onpointerup, onpointerenter and onpointerleave, are not triggered on iPhone Safari. How to reproduce: 1. Host the attached testcase.html file on a server. 2. Load the testcase.html page on iPhone Safari from the server. 3. Tap the black circle. Hold the finger down, the circle should become green (triggered by onpointerdown). 4. Release and the circle becomes dark gray (triggered by onclick). Step 3 fails on iPhone Safari. The circle doesn't become green, which means that onpointerdown is not triggered. It does become dark gray when the touch is released, so onclick is correctly triggered. Other pointer events are not triggered either (note: they are not tested by the testcase to keep it simple). Tested to fail on iOS Safari 15.1. All events are triggered correctly on Mac Safari 15.1 (16612.2.9.1.30, 16612).
Attachments
testcase.html
(1.17 KB, text/html)
2021-11-30 07:13 PST
,
kari.pihkala
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
kari.pihkala
Comment 1
2021-11-30 07:23:52 PST
Note: Step 1 is not necessary. Just open the testcase.html on iPhone or Mac by clicking the link to the
attachment 445512
[details]
.
kari.pihkala
Comment 2
2021-11-30 23:28:49 PST
Sorry, it's the
attachment 445412
[details]
(not 445512).
Radar WebKit Bug Importer
Comment 3
2021-12-07 07:14:21 PST
<
rdar://problem/86155189
>
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