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

Updating RichTextLabel's Text while using scrollbar prevents release #80553

Closed
gokiburikin opened this issue Aug 12, 2023 · 0 comments · Fixed by #80606
Closed

Updating RichTextLabel's Text while using scrollbar prevents release #80553

gokiburikin opened this issue Aug 12, 2023 · 0 comments · Fixed by #80606
Assignees
Milestone

Comments

@gokiburikin
Copy link

Godot version

v4.1.stable.official [9704596]

System information

Windows 10

Issue description

Changing a RichTextLabel's text property while dragging the scrollbar causes releasing the mouse to not actually prevent further dragging. Technically it's more pervasive than this since the scrollbar stops reporting other mouse input events (stops being highlighted when hovered, can't release) in general when updating every frame. This works fine for 3.5. This is still broken for 4.2dev3.

Steps to reproduce

Change a RichTextLabel's text property while dragging the scrollbar. MRP attached.

Godot_v4.1-stable_win64_2023-08-12_12-14-49.mp4

Minimal reproduction project

rtl-scrollbar-mrp.zip

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.

4 participants