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

Color Picker Hex Tooltip prevents key events #84877

Closed
LauraWebdev opened this issue Nov 14, 2023 · 1 comment
Closed

Color Picker Hex Tooltip prevents key events #84877

LauraWebdev opened this issue Nov 14, 2023 · 1 comment

Comments

@LauraWebdev
Copy link

Godot version

4.1.2-stable

System information

Windows 11, macOS 14.0

Issue description

image

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.

@AThousandShips
Copy link
Member

AThousandShips commented Nov 14, 2023

Thank you for reporting, closing as a duplicate of:

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

2 participants