You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Using an unsupported mouse button, such as forward/back, can sometimes send an incorrect mouse event to the server. This only happens on chromium and safari.
On chromium, back will trigger button number 3 (scroll up), and forward will trigger button number 4 (scroll down).
On safari, it seems like any "extra" button will return button number 2, which is the same as a middle mouse click.
To reproduce
With chromium:
Connect to a server & open an app that listens for scroll events
Press back/forward on your mouse
Button press will trigger a scroll up/down.
With safari:
Connect to a server & open an app that listens for middle mouse buttons.
Press back/forward on your mouse.
Button press will trigger a middle mouse button click.
Expected behavior
Pressing forward/back should not trigger incorrect mouse button events.
The text was updated successfully, but these errors were encountered:
Describe the bug
Using an unsupported mouse button, such as forward/back, can sometimes send an incorrect mouse event to the server. This only happens on chromium and safari.
On chromium, back will trigger button number 3 (scroll up), and forward will trigger button number 4 (scroll down).
On safari, it seems like any "extra" button will return button number 2, which is the same as a middle mouse click.
To reproduce
With chromium:
With safari:
Expected behavior
Pressing forward/back should not trigger incorrect mouse button events.
The text was updated successfully, but these errors were encountered: