I hope the middle mouse button doesn't change the content of the input box when scrolling #1610
Closed
fashion64
started this conversation in
Pull requests
Replies: 5 comments 3 replies
|
In which application does this happen? |
0 replies
|
I am afraid someone need to fork GTK for this bad behaviour to be gone. |
2 replies
|
Ok, that means a combo box, that makes a difference. When I think of input box I think more of GtkEntry |
1 reply
|
In the GTK file chooser, scrolling in the list of files changes the file name in the input box to match the highlighted file. This is true whether one uses the mouse wheel or arrow keys to scroll. I can't speak to what happens in browsers and other applications, but my office machine has a mouse with a wheel. I'll try to remember to do some testing next time I'm there. |
0 replies
|
This isn't a MInt issue, as pointed out above. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
For a long time, we have been accustomed to using the middle mouse button to scroll the pages. However, a new feature has suddenly been added: when the mouse hovers over an input box, scrolling the middle mouse button will change the content in the input box. While this is convenient in some situations, it also poses significant risks. Once the value of some input boxes is changed by scrolling, it becomes impossible to know its original value, which is very annoying for users. I think it would be great if a switch could be added to the mouse settings options. Or perhaps we could require users to hold down the shift key before scrolling the middle mouse button to modify the content of the text box
All reactions