[Webkit-unassigned] [Bug 273946] New: Add auxclick event API to macOS, iOS, iPadOS, & visionOS
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu May 9 08:55:46 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=273946
Bug ID: 273946
Summary: Add auxclick event API to macOS, iOS, iPadOS, &
visionOS
Product: WebKit
Version: Safari 17
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit API
Assignee: webkit-unassigned at lists.webkit.org
Reporter: jeff03blue at gmail.com
This event is useful when using a gaming mouse that has multiple buttons. It should be added to macOS, iOS, iPadOS, and visionOS
Lack of the auxclick event, which should be a pointer event as well, means games cannot bind actions to 3rd, 4th, 5th, etc. mouse buttons.
Here is a link to a auxclick demo that works on safari and chrome:
- The background will change for normal clicks, and for aux clicks the text of the "Click me!" will change colors.
- Note: On safari the "Click me!" does not change colors when clicking with a 3rd mouse button.
https://github.com/mdn/dom-examples/blob/main/auxclick/README.md
https://mdn.github.io/dom-examples/auxclick/
--
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/20240509/ae955312/attachment-0001.htm>
More information about the webkit-unassigned
mailing list