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
When using the 2D editor's "Show list of selectable nodes at position clicked" mode (either through selecting that mode or using Alt+R in Select mode), each list item is shown twice.
The first set (with icons) is added on button pressed, and the second set (without icons) is added on button release.
Steps to reproduce
Add one or more 2D nodes.
Enter "Show list of selectable nodes at position clicked" mode or press Alt+R in Select mode.
Click over the area covered by the nodes.
When you begin holding the mouse button, the nodes will appear in the list. When you release the mouse button, the nodes will be added to the list a second time.
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered:
fire-forge
changed the title
2D Editor "Show list of selectable nodes at position clicked" mode list items are shown twice
List items are shown twice in the 2D editor's "Show list of selectable nodes at position clicked" mode
Mar 4, 2022
I can't reproduce this the way it is described in the issue. However, I was able to reproduce it by alt+tabbing / trying to take a screenshot before releasing the mouse button.
I couldn't reproduce it with the normal select tool + alt + right click.
However, I was capable of reproducing it constantly while debugging, in the same manner the issue mentions.
I think it has to do with the fact that the following function gets called twice (I guess once per press, once per release): bool CanvasItemEditor::_gui_input_select(const Ref<InputEvent> &p_event) - canvas_item_editor_plugin.cpp line 2159
Also - the dialog seems to be drawing over everything and stays on the screen even with Godot minimized - not sure if it's a Godot issue or something else.
@taigi100 Thanks for that, I'll try doing it again in the latest alpha and see if that's why it's different for you now than it was when I posted this issue.
Also - the dialog seems to be drawing over everything and stays on the screen even with Godot minimized - not sure if it's a Godot issue or something else.
I believe that's an issue with popups in general - I've had tooltips, color pickers, and other popups do that as well.
Godot version
v4.0.alpha.custom_build [013efeef0]
System information
Windows 10, Vulkan
Issue description
When using the 2D editor's "Show list of selectable nodes at position clicked" mode (either through selecting that mode or using Alt+R in Select mode), each list item is shown twice.
The first set (with icons) is added on button pressed, and the second set (without icons) is added on button release.
Steps to reproduce
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered: