-
-
Notifications
You must be signed in to change notification settings - Fork 21.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exclusive windows keep raising themselves #40024
Comments
Firefox doesn't allow the user to raise the parent window to examine its current state unless the popup is done(closed or action completed). I tried with "File Upload" and "Close all tabs" popup. |
Might it be the Windows window manager that does not allow it? edit: forgot to specify Godot. |
Godot behaves the same way as Firefox and OperaGX on Windows i.e, it doesn't allow the parent window to be raised. |
it is probably your window manager that does not allow it, then (rather than godot not allowing it)? Either disallow it completely if possible, or never autoraise. |
Appears to be fixed in 4.0 |
Godot version:
8a48475
OS/device including version:
Linux
Issue description:
If I move a non-exclusive window (e.g. the main window) to the front after a dialogue has opened, it almost immediately gets pushed back again.
Steps to reproduce:
Very few or no applicaitons I use have this behaviour. My browsers (firefox and opera) do not have this behaviour.
The browsers do stop input from reaching the parent window (as godot too stops), but I can still raise the parent window to examine its current state.
in short please stop automatically raising windows which have been lowered
The text was updated successfully, but these errors were encountered: