godot icon indicating copy to clipboard operation
godot copied to clipboard

ColorPicker SpinBox makes the cursor disappear on drag

Open KoBeWi opened this issue 3 years ago • 2 comments

Godot version

255e077

System information

Windows 10 x64

Issue description

zqN1U9VC1I 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

  1. Open any ColorPicker in the inspector (e.g. for modulate property)
  2. Try dragging SpinBox arrows

Minimal reproduction project

No response

KoBeWi avatar Aug 04 '22 11:08 KoBeWi

I was able to replicate this on Windows 10 and version c80540f9a20b45d107b9bed1e749571a83492337

CrackedP0t avatar Aug 06 '22 03:08 CrackedP0t

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.

TheDuriel avatar Aug 06 '22 19:08 TheDuriel