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
The project name reverts back to "New Game Project" after browsing for a project path. Also the text is highlighted after closing the browse window but nothing on the "Create New Project" window is focused. It happens on linux with the editor set to either x11 or wayland.
Steps to reproduce
Press "Create" button in project manager
Type new project name
Press "Browse" button
Minimal reproduction project (MRP)
N/A
The text was updated successfully, but these errors were encountered:
I also see this error in the console when following the steps to reproduce:
ERROR: Attempting to make child window exclusive, but the parent window already has another exclusive child. This window: /root/@ProjectManager@1111/@EditorFileDialog@1253, parent window: /root, current exclusive child window: /root/@ProjectManager@1111/@ProjectDialog@697
at: _set_transient_exclusive_child (./scene/main/window.cpp:949)
Reverting #94113 solves the error and the reported regression.
The project name reverts back to "New Game Project" after browsing for a project path.
This is because the show_dialog is called for every selected project path and it will reset the name no matter what, should be an easy fix.
Attempting to make child window exclusive, but the parent window already has another exclusive child. This window: /root/@projectmanager@1111/@EditorFileDialog@1253, parent window: /root, current exclusive child window: /root/@projectmanager@1111/@ProjectDialog@697
Looks like we can't pop up two seperate window at a time, so maybe it's not a good idea to use add_sibling ? Or hide self first before poping.
Tested versions
System information
Godot v4.3.rc2 - Arch Linux #1 SMP PREEMPT_DYNAMIC Sat, 27 Jul 2024 16:49:55 +0000 - Wayland - GLES3 (Compatibility) - AMD Radeon RX 6600 (radeonsi, navi23, LLVM 18.1.8, DRM 3.57, 6.10.2-arch1-1) - AMD Ryzen 7 5700G with Radeon Graphics (16 Threads)
Issue description
The project name reverts back to "New Game Project" after browsing for a project path. Also the text is highlighted after closing the browse window but nothing on the "Create New Project" window is focused. It happens on linux with the editor set to either x11 or wayland.
Steps to reproduce
Minimal reproduction project (MRP)
N/A
The text was updated successfully, but these errors were encountered: