Reported by nvdakor on 2014-10-27 18:34
Hi,
Possible spin-off from #4057, as the solution seems same:
Each time the user checks for an update and if the check for update dialog is already opened, NVDA opens another instance of this dialog.
STR:
- Check for an update (NVDA menu/Help/Check for Update).
- While the dialog is opened, try checking for update again.
Expected: NvDA will display only one instance of the dialog, and if an instance of this window already exists, users will be redirected to the opened dialog.
Actual: While the dialog is opened, when checking for updates, another instance of the dialog opens.
Specs:
- OS: Windows 8.1.
- NVDA version: 2014.3, master.10457, next.11184.
Possible solution: there existed a bug in 4057 where multiple instances of exit NVDA dialog appeared. We could apply the same fix here as well - that is, have only one instance of the dialog opened.
Thanks.