-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: invalid button: 3 #813
Comments
Yup, this is one of the errors that will happen until #803 is fixed. Instead it will record what button numbers are pressed. |
I'm not sure I understand, and maybe I don't need to, but I feel like only recently did using my mouse's back button begin to error out in master. Does this need to error out? Can't we just ignore other mouse buttons and let the browser have them? |
We can probably temporarily patch things so it ignores other buttons. Would you recommend that? |
That sounds really nice! I would appreciate that if it was easy. |
Can you see if the above commit fixes this particular thing from erroring out? |
That's very nice, I appreciate the workaround, as I was hitting this error about 20 times a day. Thanks! |
I got this error while trying to use my back button on my mouse. I'm not sure how we want to handle this, but I don't think erroring out is ideal. I also go this (with "4") when using the forward button on my mouse. What do you think @jonathanolson. Here is the switch case that is causing issues:
The text was updated successfully, but these errors were encountered: