[Webkit-unassigned] [Bug 201134] New: AX: pressing Ctrl + Num 5 emit unexpected "click" event on adding event.preventDefault() with "contextmenu" event

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 26 02:45:13 PDT 2019


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

            Bug ID: 201134
           Summary: AX: pressing Ctrl + Num 5 emit unexpected "click"
                    event on adding event.preventDefault() with
                    "contextmenu" event
           Product: WebKit
           Version: Safari 12
          Hardware: All
                OS: macOS 10.14
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sudheerkumarpilania.skp at gmail.com
                CC: webkit-bug-importer at group.apple.com

Issue:
on pressing ctrl + Num 5 unexpected "click" event is emitted on adding event.preventDefault() with "contextmenu" event, other browsers(Firefox,Chrome) does not emit click event on pressing ctrl + Num 5. This issue can be reproducible only if mouse keys are enabled via accessibility in mac.

Steps to reproduce:
1. go to https://jsbin.com/cesuqaxoku/edit?html,js,console,output
2. click anywhere on output panel
3. move mouse pointer to "test" box inside output panel
4. press control + Num 5
5. In console panel it shows "click" event after "contextmenu" event

Expectation: I would expect click event should not be emitted since i am pressing ctrl + num 5 for context menu, not for click.
safari version (12.0.3)

-- 
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/20190826/8c0cc9ff/attachment.html>


More information about the webkit-unassigned mailing list