godot
godot copied to clipboard
ColorPicker SpinBox makes the cursor disappear on drag
Godot version
255e077
System information
Windows 10 x64
Issue description
Dragging the value is not possible. You need to press Escape or click somewhere away to make the cursor appear. Does not seem to happen with SpinBoxes in other places. Only happens in the editor, runtime ColorPickers are fine (related to popups?).
Steps to reproduce
- Open any ColorPicker in the inspector (e.g. for
modulateproperty) - Try dragging SpinBox arrows
Minimal reproduction project
No response
I was able to replicate this on Windows 10 and version c80540f9a20b45d107b9bed1e749571a83492337
Potentially related #60526 #62620 #58793
I remember this happening with the GraphEdit spinbox it has for changing zoom (can't find the issue), it was then fixed for spinbox at some point.