-
-
Notifications
You must be signed in to change notification settings - Fork 632
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
NVDA window (normally invisible) appears when NVDA is started and does not disappear #726
Comments
Comment 1 by briang1 on 2010-06-22 08:21 On XP this does not occur with snaps from the website, but occasionally the blank window can appear on a first run from a boot up as has been mentioned before. No error sound though. |
Comment 2 by mike.reiser (in reply to comment 1) on 2010-06-22 16:57 |
Comment 3 by jteh on 2010-06-30 05:08 |
Attachment nvda.log added by mike.reiser on 2010-07-06 01:02 |
Comment 4 by mike.reiser on 2010-07-06 01:05 |
Comment 5 by mike.reiser on 2010-07-21 16:27 INFO - nvda (10:45:07): |
Comment 6 by jteh on 2010-07-22 03:30 |
Comment 7 by mike.reiser on 2010-07-22 14:49 |
Comment 8 by jteh on 2010-07-28 18:27 |
Comment 9 by briang1 on 2010-07-29 16:57 |
Comment 10 by mike.reiser on 2010-07-30 17:26 |
Comment 11 by jteh on 2011-03-10 21:25 This window is the normally invisible NVDA main window (gui.mainFrame). When this happens, gui.mainFrame.!IsShown() reports False, even though it is indeed visible, suggesting that wx thinks it hid the window when it failed for some reason. Calling .Hide() doesn't hide it, but calling .Show() and then .Hide() does. Our suspicion is that the in-process hooks get installed during the initial .Show() and .Hide() calls and take too long, somehow breaking them. What we don't understand is why these hooks taking longer than usual should break wx. |
Attachment nvda.log for blank window at start up.log added by briang1 on 2011-03-11 09:59 |
Comment 12 by jschmude on 2011-04-13 23:53 |
Comment 13 by briang1 on 2011-04-14 07:57 |
Comment 14 by jteh on 2011-05-01 04:38 Brian, does the issue you see with Juice ever occur while NVDA isn't loaded? It's slightly possible that it will only occur if NVDA is loaded as it starts. It's not strictly NVDA's fault, but NVDA may make it more likely that certain GUI bugs will occur. |
Comment 15 by briang1 on 2011-05-02 08:09 |
Comment 16 by jteh on 2011-05-16 01:05 |
Reported by mike.reiser on 2010-06-22 06:55
When the temperary copy of nvda loads after the installer launched, the installer isn't given focus. Instead, a blank nvda window appears and one must alt+tab to the installer window. Trying to close this blank nvda window causes the quit dialog to come up. Steps to reproduce:
Expected results:, the install dialog should come up.
The text was updated successfully, but these errors were encountered: