-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
Alt+F4 doesn't close powertoys Settings app #7243
Comments
I can actually recreate this on 0.23.2. Double clicked on systray to bring up settings. It seems to work if you don't engage the island (aka titlebar). second you give focus to the island, it breaks. |
Maybe related to this? microsoft/microsoft-ui-xaml#2408 |
This is annoying bug |
This is still an issue with the new style. Just verified it. |
This is an xaml island issue, upgrading to unpackaged winui3 app will solve this. |
So this looks to be fixed on Windows 11 but not downlevel. This ultimately will be resolved e2e for everyone when that happens. Tested on 22474, but should be on 22000 as well. |
Still an issue. I have no idea what an "island" is (in computer science), but I can confirm in Win10 21H1 build 19043 that if I just click the tray icon, waits for it to open, alt-tab to the window (which for some reason don't get focus) and then alt-F4, then it closes. If I click in the window with the mouse, alt-F4 is ignored. Even minimizing and then alt-tabbing again, alt-F4 is still ignored. Here's two bug report files if you need it. |
https://docs.microsoft.com/en-us/windows/apps/desktop/modernize/xaml-islands. Here we're referring to 1 framework hosting another UX framework. It is how we're getting a modern UX but ability to do lower level stuff that we need access to. Ultimately, Win10 will still have the issue until we roll the entire settings app to WinUI 3 app which is a requirement for ARM64. We need 3.1 to provide multi-window and elevation |
Ultimately, due to that, we could just dup this against that. #6715 |
This should be fixed with the transition to WinUI 3 work that @ stefansjfw is working on this iteration |
just verified this is working correctly now |
This got implemented in the 0.58 update. |
Alt+F4 should close the app
The text was updated successfully, but these errors were encountered: