[Webkit-unassigned] [Bug 202766] New: [iOS] dblclick handler is ignored when it is dynamically registered in the click handler.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 9 14:33:58 PDT 2019


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

            Bug ID: 202766
           Summary: [iOS] dblclick handler is ignored when it is
                    dynamically registered in the click handler.
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: UI Events
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: zalan at apple.com

something like

doubleTapThis.addEventListener('click', function (e) {
    doubleTapThis.addEventListener('dblclick', function (e) {
        ->this won't get called<-
    });
});

-- 
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/20191009/31eb1dc4/attachment.html>


More information about the webkit-unassigned mailing list