WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
202766
[iOS] dblclick handler is ignored when it is dynamically registered in the click handler.
https://bugs.webkit.org/show_bug.cgi?id=202766
Summary
[iOS] dblclick handler is ignored when it is dynamically registered in the cl...
alan
Reported
2019-10-09 14:33:58 PDT
something like doubleTapThis.addEventListener('click', function (e) { doubleTapThis.addEventListener('dblclick', function (e) { ->this won't get called<- }); });
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2019-10-09 14:34:25 PDT
<
rdar://problem/56130714
>
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