You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This tooltip that shows up when hovering over the hex input field in a color picker prevents any key events.
It has been a small annoyance in workflow for months, since I tend to click on the color property and want to start typing my hex code. This problem can be mitigated by moving the mouse after clicking in that area.
Steps to reproduce
Open a color picker in the properties panel
Click into the hex input, the tooltip will show up
Try entering a hex code while the tooltip is shown
What I would expect as a user:
Open a color picker in the properties panel
Click into the hex input, the tooltip will show up
You can enter a hex code, the tooltip either stays or dismisses, but you are not prevented entering something
Minimal reproduction project
Any empty project will do, as this is a problem with the color picker editor UI.
The text was updated successfully, but these errors were encountered:
Godot version
4.1.2-stable
System information
Windows 11, macOS 14.0
Issue description
This tooltip that shows up when hovering over the hex input field in a color picker prevents any key events.
It has been a small annoyance in workflow for months, since I tend to click on the color property and want to start typing my hex code. This problem can be mitigated by moving the mouse after clicking in that area.
Steps to reproduce
What I would expect as a user:
Minimal reproduction project
Any empty project will do, as this is a problem with the color picker editor UI.
The text was updated successfully, but these errors were encountered: