-
Notifications
You must be signed in to change notification settings - Fork 7
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
Right-button scrolling removing context menu on Linux KDE Chrome #36
Comments
Also reproducible on Mac when right clicking with touch pad |
This is a problem for me on Chrome 67 (edit: and Chrome 68) on macOS High Sierra (10.13.4). To get the context menu I've got to hold Did a tiny bit of research: When I right click only, debug says 'blocking context menu'. When I hold I haven't yet looked into how this works internally, but I'd expect that you could pop the context menu if it were determined you clicked and unclicked without a drag having taken place between them. Maybe this is how it works already. |
This seems to be the line that's doing it. It seems like the problem might be that macOS wants to show the context menu on mouse down, not mouse up? If we could synthesize a 'show the context menu' event or whatever it could be used in |
Thanks for your efforts on finding the cause! If you're able to provide a pull request I'd be happy to review and merge it. I became a father a little while back so the time I have to spend on this is very limited from now on. |
But weird issue under Linux KDE Chrome (or Chromium. Tried under both). If I enable Scrollbar Anywhere, my right-click menu doesn't come up on general pages, except on the clickable URLs. As soon as I disable it, everything works normally. Doesn't happen with Windows though. I'm guessing the right-click & drag interferes with the right-click in some common way?
The text was updated successfully, but these errors were encountered: