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

Animation Player animation drop-down not showing scrollbars sometimes with a long list with 4.3-beta1 #93333

Closed
lazaromenezes opened this issue Jun 19, 2024 · 6 comments

Comments

@lazaromenezes
Copy link

Tested versions

  • Bug happens in v4.3.beta1.official [a4f2ea9]
  • It doesn't happen in v4.2.2.stable.official [15073af]

I haven't checked 4.3 prior beta1 yet.

System information

Godot v4.3.beta1 - Windows 10.0.22631 - GLES3 (Compatibility) - NVIDIA GeForce MX450 (NVIDIA; 31.0.15.5222) - 11th Gen Intel(R) Core(TM) i7-11390H @ 3.40GHz (8 Threads)

Issue description

I've imported a 3D model with a long collection of animations that, when using the dropdown, gets bigger than my screen height. It intermittently hides the scrollbar, making it impossible to reach lower items into the list, as seen in the video bellow. It happens in both drop-downs: Inspector and Animation tab.

main.tscn.-.sandbox_43.-.Godot.Engine.2024-06-18.22-08-55.mp4

I couldn't reproduce it using 4.2.2

main.tscn.-.sandbox_42.-.Godot.Engine.2024-06-18.22-10-12.mp4

Notice I haven't checked other drop-downs yet, but I can do it next if needed.

Steps to reproduce

  1. Create a new project
  2. Create a new 3d scene
  3. Import a model with a lot of animations
  4. Add the model in your scene and make it local
  5. Check the animation player drop downs

Minimal reproduction project (MRP)

sandbox_43.zip

@lazaromenezes
Copy link
Author

lazaromenezes commented Jun 19, 2024

Ohh nice, I just noticed the drop-downs weren't captured by my screen recorder :(

I'll try grabbing new videos with a different tool, meanwhile, I'm posting some screenshots

4.3-beta1 - No scrollbar within animation tab drop-down

4 3_animation_tab_without_scrollbar

4.3-beta1 - With scrollbar when looking at the inspector

4 3_inspector_with_scrollbar

4.3-beta1 - No scrollbar when looking at the inspector

4 3_inspector_without_scrollbar

@JekSun97
Copy link

JekSun97 commented Jun 19, 2024

I confirm this problem.
My slider disappears after the second click on the animation selection.
However, for some reason the editor with your project freezes terribly, the mouse cursor moves jerkily, most likely there is some kind of memory leak here.

0619.1.2.mp4

In 4.3 dev6 the slider does not disappear, but the editor still freezes.

@matheusmdx
Copy link
Contributor

matheusmdx commented Jun 19, 2024

The scroll dissapearing part is a duplicate of #92614 and was already solved in pr #92664


However, for some reason the editor with your project freezes terribly, the mouse cursor moves jerkily, most likely there is some kind of memory leak here.

I can't reproduce the lag here, make sure you're not reproducing bug #92759 somehow

@lazaromenezes
Copy link
Author

The scroll dissapearing part is a duplicate of #92614 and was already solved in pr #92664

Awesome! I missed it searching the issues. So I believe we should close this one?

@Calinou
Copy link
Member

Calinou commented Jun 19, 2024

Thanks for the report! Consolidating in #92614. The fix will be available in 4.3.beta2 (or you can build the master branch from source right now).

@matheusmdx
Copy link
Contributor

The scroll dissapearing part is a duplicate of #92614 and was already solved in pr #92664

Awesome! I missed it searching the issues. So I believe we should close this one?

Yes, you can close the issue (Calinou forgot to close 😆 )

@AThousandShips AThousandShips closed this as not planned Won't fix, can't repro, duplicate, stale Jun 19, 2024
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