macOS: quit fails to work if any window has a modal dialog opened #122630
Labels
bug
Issue identified by VS Code Team member as probable bug
electron
Issues and items related to Electron
insiders-released
Patch has been released in VS Code Insiders
macos
Issues with VS Code on MAC/OS X
upstream
Issue identified as 'upstream' component related (exists outside of VS Code)
upstream-issue-linked
This is an upstream issue that has been reported upstream
verified
Verification succeeded
workbench-window
Window management
Milestone
Steps to Reproduce:
Cmd+Q
to quit=> all windows that do not have a modal dialog close properly
=> the window with modal dialog stays open
If I close the dialog and try to quit, it does not work anymore.
I am struggling how to resolve this and also found this seems to be an issue in a simple hello world application but I wonder if we can install a workaround.
electron/electron#28927
PS: this only seems to reproduce on macOS, on Windows and Linux you can actually quit even with modal dialog opened.
PPS: I found this while looking at #122352 where we have a modal dialog in all windows and then clicking "Restart" does not work, seems related
The text was updated successfully, but these errors were encountered: