Skip to content
Discussion options

You must be logged in to vote

Think I found the root cause! It's the GNOME setting:

  gsettings get org.gnome.desktop.interface overlay-scrolling                                                                                                 
  • With overlay-scrolling=true (default): middle-click works fine
  • With overlay-scrolling=false (traditional scrollbars): middle-click is intercepted by ScrolledWindow

I had overlay-scrolling=false. Changing it to true fixes the issue without any code changes.

So this affects users who disable overlay scrolling in GNOME. The fix I proposed in PR #10614 would restore middle-click for those users, but it's a niche case.

Thanks for helping narrow this down!

Replies: 4 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@hakonhagland
Comment options

@rhodes-b
Comment options

rhodes-b Feb 8, 2026
Collaborator

Comment options

You must be logged in to vote
1 reply
@mitchellh
Comment options

Answer selected by mitchellh
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-confirmation A reproduction has been reported, but the bug hasn't been confirmed or reproduced by a maintainer.
3 participants