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

Fast scrolling in the in TextEdit with Alt key does not actually speed up the scroll if smooth scrolling is enabled #66601

Open
Yagich opened this issue Sep 29, 2022 · 0 comments · May be fixed by #66890

Comments

@Yagich
Copy link
Contributor

Yagich commented Sep 29, 2022

Godot version

4.0b1 (affects >=3.4)

System information

Linux/Manjaro

Issue description

#48599 added a feature to TextEdit to scroll 5x faster when the Alt key is held. This works great on TextEdits without smooth scrolling, but on those with it, instead of scrolling faster, it will simply put the "target line" further, which will take longer to scroll to.

Related/possible duplicate of: #56317

Steps to reproduce

  1. Make a TextEdit and fill it with plenty of lines to scroll through
  2. Scroll through it holding Alt, note the speed
  3. Set scroll_smooth to true
  4. Try scrolling with Alt again and note the difference in behavior.

Minimal reproduction project

No response

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

Successfully merging a pull request may close this issue.

2 participants