-
-
Notifications
You must be signed in to change notification settings - Fork 650
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
Say all on Desktop raises an error #9947
Comments
This is a one line fix. if api.getCaretObject() fails, the reader should be set to None. Then, nextLine will automatically abort. Alternatively, we should raise the error and catch it where we call sayAllhandler, but that differs from the implementation in master. |
Unfortunately it's not fixed for me with latest Alpha. ERROR - stderr (11:34:21.050) - MainThread (6084): |
This issue seems to have been re-introduced when #14070 was merged. When performing a say all on the desktop, errors like this are raised. During handling of the above exception, another exception occurred: Traceback (most recent call last): |
@Mohamed00 - can you please open a new issue? this issue is stale |
Steps to reproduce:
Actual behavior:
The following error is raised:
Expected behavior:
NO error
System configuration
NVDA installed/portable/running from source:
Installed
NVDA version:
threshold-18069
Windows version:
Windows 10 1903 build 18362.239
The text was updated successfully, but these errors were encountered: