[Webkit-unassigned] [Bug 204590] New: Right-click not being caught by pointerup event listener

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 25 12:21:48 PST 2019


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

            Bug ID: 204590
           Summary: Right-click not being caught by pointerup event
                    listener
           Product: WebKit
           Version: Safari 13
          Hardware: Macintosh
                OS: macOS 10.15
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: UI Events
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: corytyburski at gmail.com

Right-click not being caught by pointerup event listener on window.

Simple test:

window.addEventListener('pointerup', function() {
    alert('Hello world');
});

Then right-click anywhere on the page.

-- 
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/20191125/16d50d32/attachment.htm>


More information about the webkit-unassigned mailing list