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

TextEdit is blocking Shift + scroll when hovering over it #50172

Closed
KoBeWi opened this issue Jul 4, 2021 · 1 comment · Fixed by #56637
Closed

TextEdit is blocking Shift + scroll when hovering over it #50172

KoBeWi opened this issue Jul 4, 2021 · 1 comment · Fixed by #56637

Comments

@KoBeWi
Copy link
Member

KoBeWi commented Jul 4, 2021

Godot version

3.3.2

System information

W10

Issue description

Seems like variation of #29201

When you Shift+scroll in a big ScrollContainer and you hover mouse over TextEdit, it will block your scroll even if it doesn't have horizontal scrollbar.

Steps to reproduce

  1. Add a Control and create a Theme
  2. In the Theme editor, use Shift + scroll to scroll
  3. Now hover mouse over TextEdit, try Shift + scrolling and compare the result

Minimal reproduction project

No response

EDIT:
Also worth to mention that it only blocks scroll to the right (i.e. mouse wheel down).

@KoBeWi
Copy link
Member Author

KoBeWi commented Jan 6, 2022

Still valid in dc7235b
It's a bit better though, because it works randomly lol
godot windows tools 64_0mRO8bTOj6
Notice the choppy movement when I scroll right.

Here's test scene:
TextRepro.tscn.txt

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