godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
90.82k stars 21.14k forks source link

Problem with selection dock (two monitors) #53008

Open Torguen opened 3 years ago

Torguen commented 3 years ago

Godot version

3.4 beta 5 mono

System information

w10 64

Issue description

Look at the gif. 1 - I select the white object in the editor and its properties appear in the "Inspector" dock 2 - Then I select a script and the "Inspector" dock changes state but the object in the editor is still selected. 3 - I try to select the object again to see its properties but I can't do anything, the object appears selected but its properties are not visible in the "Inspector" dock. Possible solution: When the script is selected the node should be deselected automatically. GIF

Steps to reproduce

This only happens with two monitors. Place on one monitor VSCode and on the other monitor, Godot. Then do the test viewed In the gif

Minimal reproduction project

testDock.zip

Calinou commented 3 years ago

@Torguen Please upload a minimal reproduction project to make this easier to troubleshoot.

KoBeWi commented 3 years ago

Looks like duplicate of #46935, but it should've been resolved already... Although this one seems to involve external editor.