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
Godot v4.3.stable - Linux Mint 21.3 (Virginia) - X11 - GLES3 (Compatibility) - Mesa Intel(R) Graphics (RPL-U) - 13th Gen Intel(R) Core(TM) i7-1355U (12 Threads)
Issue description
After clicking "run" if there is an error in code, dragging & dropping nodes into the Inspector panel fails.
Current results:
When dragging the node to the export var field, the focus in the Inspector panel is immediately set to the selected node.
Expected results:
When dragging the node to the export var field, the focus in the Inspector panel remains on the previously selected node. (which is standard behavior)
Tested versions
Reproducible in 4.3 Stable
System information
Godot v4.3.stable - Linux Mint 21.3 (Virginia) - X11 - GLES3 (Compatibility) - Mesa Intel(R) Graphics (RPL-U) - 13th Gen Intel(R) Core(TM) i7-1355U (12 Threads)
Issue description
After clicking "run" if there is an error in code, dragging & dropping nodes into the Inspector panel fails.
Current results:
When dragging the node to the export var field, the focus in the Inspector panel is immediately set to the selected node.
Expected results:
When dragging the node to the export var field, the focus in the Inspector panel remains on the previously selected node. (which is standard behavior)
Screen recording of this behavior.
export-var-drag-drop.mp4
Steps to reproduce
Minimal reproduction project (MRP)
test-export-var-error.zip
The text was updated successfully, but these errors were encountered: