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
Whenever a window is closed, it's expected that the window visually below it should become the one in focus. But at the moment with focus stealing prevention enabled, an incorrect surface (decoration?) is selected which cannot have focus. This requires the user to manually select the application they want via clicking (haven't tried alt+tab)
The text was updated successfully, but these errors were encountered:
In mir on main, it will automatically focus the window underneath the one we just closed. In mir on control-new-window-placement-in-policies, focus is not properly set so you can't close all terminals by repeatedly pressing Ctrl+D.
Another scenario which might help pinpoint the issue:
run miral-app with --focus-stealing="prevent"
Launch multiple terminals.
Click on each terminal just to set focus
Click on the first one to focus it
Close it with Ctrl+D
You'll notice that the the last window focused before the one you just closed is now focused. If you close it, the window before it, and so on.
Related: #2586
Whenever a window is closed, it's expected that the window visually below it should become the one in focus. But at the moment with focus stealing prevention enabled, an incorrect surface (decoration?) is selected which cannot have focus. This requires the user to manually select the application they want via clicking (haven't tried alt+tab)
The text was updated successfully, but these errors were encountered: