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
After #93064 the editor will show multiple progress dialogs while launching. Each time new dialog appears, the main window will steal focus, making it almost impossible to do anything while a project is loading. It's especially annoying during long reimports, because the window is focused multiple times with long intervals between operation.
The editor should not steal window focus while doing its background tasks. It's useless and disturbing.
Steps to reproduce
Delete .godot folder for better result
Open a medium/big project that takes a while to launch
Minimize Godot and try to do something else
Godot will keep interrupting whatever else you are trying to do
Minimal reproduction project (MRP)
N/A
The text was updated successfully, but these errors were encountered:
Tested versions
4.4 dev2
System information
Windows 10.0.19045 - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1060 (NVIDIA; 31.0.15.4633) - Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz (8 Threads)
Issue description
After #93064 the editor will show multiple progress dialogs while launching. Each time new dialog appears, the main window will steal focus, making it almost impossible to do anything while a project is loading. It's especially annoying during long reimports, because the window is focused multiple times with long intervals between operation.
The editor should not steal window focus while doing its background tasks. It's useless and disturbing.
Steps to reproduce
Minimal reproduction project (MRP)
N/A
The text was updated successfully, but these errors were encountered: