godot
godot copied to clipboard
The editor window gets pushed on top whenever it imports something
Tested versions
v4.3.dev.custom_build [11d376813]
System information
linux
Issue description
When a resource is added to the project files, it gets loaded instantly regardless of editor focus. However, the editor puts itself on top of other windows when doing so, hiding other windows that had the focus.
In practice, this can happen when adding files via the OS filesystem (such as when pasting an image that was copied) or when exporting a file from some software directly inside of res://
.
For example, when editing and saving a csv file, godot will re-steal the focus every time you save, which is extremely annoying.
Steps to reproduce
- open any project
- navigate to its files using the OS' filesystem and add a picture in there
- the godot editor should raise above the other windows and grab the focus
Minimal reproduction project (MRP)
any