Skip to content
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

Chrome: right click (mouse) context menu interferes with second button. #21

Closed
djmips opened this issue Jan 11, 2020 · 1 comment
Closed
Assignees

Comments

@djmips
Copy link

djmips commented Jan 11, 2020

As seen in Pinball construction set when you are test playing your pinball the right mouse button activates the right flipper but the context menu pops up as well.
One workaround that I do is to go into the browser console and execute.
document.addEventListener('contextmenu', event => event.preventDefault());

@djmips djmips changed the title Chrome: right click context menu interferes with second button. Chrome: right click (mouse) context menu interferes with second button. Jan 11, 2020
@whscullin
Copy link
Owner

Thanks for pointing that out. That probably was a regression from when I ripped out jQuery.

@whscullin whscullin self-assigned this Jan 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants