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

Mouse wheel scrolling is 3x faster when hovering scrollbar #11439

Open
Zylann opened this issue Sep 20, 2017 · 7 comments
Open

Mouse wheel scrolling is 3x faster when hovering scrollbar #11439

Zylann opened this issue Sep 20, 2017 · 7 comments

Comments

@Zylann
Copy link
Contributor

Zylann commented Sep 20, 2017

Godot 2.1.4
Windows 10 64 bits

I just noticed that in the script editor, if you use the mouse wheel over the text, it scrolls normally, but if you hover the vertical scrollbar it scrolls 3 times faster. Not sure if that's intented.

It also happens in the scene tree, probably in more places.

@mhilbrunner
Copy link
Member

Do you know if this applies to a recent Godot 3 build too? Or only 2.x?

@Zylann
Copy link
Contributor Author

Zylann commented Apr 10, 2018

It still applies in Godot 2.1.4 and Godot 3.0.2. Just open the project manager and use mouse wheel over the scrollbar.

@Calinou
Copy link
Member

Calinou commented Apr 10, 2018

I can confirm this on commit 0f6fdb7 (however, here, it only scrolls twice as fast when hovered, not 3 times as fast).

@KoBeWi
Copy link
Member

KoBeWi commented May 10, 2019

Even if it's unintended, it could be left that way, so if someone wants to scroll faster, they could use the scrollbar.

@Zylann
Copy link
Contributor Author

Zylann commented May 10, 2019

@KoBeWi the thing is, if it happens in the editor, it will happen in games, and there is no way to prevent it AFAIK.

@Calinou
Copy link
Member

Calinou commented Apr 25, 2020

Note that Visual Studio Code now offers this behavior as a feature (with a 5× factor), but you need to hold Alt and scroll anywhere, instead of having to hover the scrollbar and scroll.

Edit: The above behavior is now implemented in Godot thanks to #48599.

@Calinou Calinou added this to the 4.0 milestone Feb 13, 2022
@KoBeWi KoBeWi removed this from the 4.0 milestone May 20, 2022
@Anutrix
Copy link
Contributor

Anutrix commented Oct 5, 2023

Still happens in Project Manager Scrollbar without Alt on master/4.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants