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

The configure menu in the InputEventJoypadButton and InputEventJoypadMotion Resource is so big, it cannot be closed. #85727

Closed
JHDev2006 opened this issue Dec 3, 2023 · 3 comments · Fixed by #85790

Comments

@JHDev2006
Copy link

Godot version

4.2.stable (most likely over versions aswell)

System information

Godot v4.2.stable - Windows 10.0.22621 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 3070 Ti (NVIDIA; 31.0.15.4592) - AMD Ryzen 7 5800X 8-Core Processor (16 Threads)

Issue description

When creating a custom InputEventJoypadButton resource, you are able to configure what the button actually is. In the list, that appears of every single button, however because the list is so large, it cannot fit onto the screen vertically, and therefore cannot be closed, forcing the whole engine to be closed through task manager. This problem also applies to the InputEventJoypadMotion Resource too.

Steps to reproduce

Create a new InputEventJoypadButton or InputEventJoypadMotion Resource.
Select the configure button, which will display a list of all possible buttons.
Observe how the popup menu is so big, it cannot be closed. double clicking a selection dosent close the menu either.

Minimal reproduction project

n/a

@JHDev2006
Copy link
Author

JHDev2006 commented Dec 3, 2023

seems to simply be an issue with my current editor config, fixed when resizing the window.

@JHDev2006
Copy link
Author

reopening, as trying it on a seperate device has the same issue, was wrong in it being fixed when resizing or reinstalling the engine.

@YuriSizov
Copy link
Contributor

Can reproduce the issue as well. Will try to look into it.

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.

3 participants