Open modals crash NVDA when exiting #13579
Labels
bug/crash
component/NVDA-GUI
p2
https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priority
triaged
Has been triaged, issue is waiting for implementation.
While
gui.message.messageBox
protects crashes when exiting, other modal dialogs are not protected.Usage of
ShowModal
andgui.runScriptModalDialog
cause crashes or undefined behaviour when exiting nvdaSteps to reproduce:
Actual behavior:
NVDA has crashed or partially exited, requiring a manual restart.
Expected behavior:
Exiting should be blocked until these modals are closed or handled.
A pattern like
messageBox
should be implemented instead.See #13007 for suggested pattern designs.
System configuration
NVDA installed/portable/running from source:
installed and source
NVDA version:
2021.3.4, 2022.1beta3
The text was updated successfully, but these errors were encountered: