Bug 202766

Summary: [iOS] dblclick handler is ignored when it is dynamically registered in the click handler.
Product: WebKit Reporter: alan <zalan>
Component: UI EventsAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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
Radar WebKit Bug Importer
Comment 1 2019-10-09 14:34:25 PDT
Note You need to log in before you can comment on or make changes to this bug.