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
In the video, I try to use the eyedropper tool of the ColorPicker, but whenever I select the red color (which is a ColorRect), instead of properly changing the color, the red ColorRect is selected instead. This behavior seems much more consistent when you are on single window mode, but it also occurs when you are not on single window mode as well.
Steps to reproduce
Download the sample project
Change editor settings to enable single window mode
Try to change the modulate property of the white ColorRect by using the color picker eyedropper onto the red area
akien-mga
changed the title
Color Picker eyedropper tool selects Node instead of picking color
Color Picker eyedropper tool selects Node instead of picking color in single window mode
Jul 29, 2024
It's worse than that. When another node gets selected, the color change is not stored in undo history.
EDIT:
The issue is caused by inconsistency between single-window and multi-window modes. In single-window mode, clicking outside popup will pass the event further, instead of ignoring it.
Tested versions
4.3.beta2
System information
Windows 10
Issue description
2024-06-28.16-18-21.mp4
In the video, I try to use the eyedropper tool of the ColorPicker, but whenever I select the red color (which is a ColorRect), instead of properly changing the color, the red ColorRect is selected instead. This behavior seems much more consistent when you are on single window mode, but it also occurs when you are not on single window mode as well.
Steps to reproduce
Minimal reproduction project (MRP)
Test.zip
The text was updated successfully, but these errors were encountered: