Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upFreeze when launching NVDA dialogs #65
Comments
This comment has been minimized.
This comment has been minimized.
|
Comment 1 by mdcurran (in reply to comment description) on 2008-04-12 12:24 |
This comment has been minimized.
This comment has been minimized.
|
Comment 2 by pvagner on 2008-04-12 15:19 |
This comment has been minimized.
This comment has been minimized.
|
Comment 3 by jteh on 2008-04-14 02:59 |
This comment has been minimized.
This comment has been minimized.
|
Comment 4 by jteh (in reply to comment 2) on 2008-04-14 03:10
I suspect this is yet again another issue. It sounds like the NVDA dialogs aren't receiving focus correctly on your system, similar to the issues with the old GUI described in #28. NVDA does receive the focus event, but the window does not become the foreground window, so it hasn't really received focus, even though NVDA thinks it has. You can test this by pressing alt+space and then alt to open the system menu. When you exit the menu, NVDA will find the correct focus. If this is the case for you, we either need to reopen #28 or create a new ticket for focus issues in the new GUI. |
This comment has been minimized.
This comment has been minimized.
|
Comment 5 by pvagner (in reply to comment 4) on 2008-04-14 04:23
Now I have tested it again and I gave it a bit of time. |
This comment has been minimized.
This comment has been minimized.
|
Comment 6 by jteh on 2008-05-07 09:11 |
Reported by aleksey_s on 2008-04-11 08:04
When an NVDA dialog is launched from a script (e.g. NVDA+Q for Exit NVDA dialog, NVDA+Control+F for find dialog, NVDA+Control+S for Synthesizer dialog), on some systems, NVDA frequently stops responding for at least a second. After this time has elapsed, operation resumes normally.