-
-
Notifications
You must be signed in to change notification settings - Fork 665
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 bug in win 10 mail app #10094
Comments
cc: @LeonarddeR, @Andre9642. |
It's likely a quick fix, like an |
OK, now I confirm the issue. I'll fill an issue on Liblouis repo and make a PR shortly. |
Finally, @LeonarddeR has already fixed this issue in liblouis/liblouis#784. |
seems it only happen with some emails
in the mail app when you are in the mail list and e.g press down arrow
ERROR - eventHandler.executeEvent (16:42:52.007):
error executing event: becomeNavigatorObject on <NVDAObjects.Dynamic_MailItemRowListItemUIA object at 0x014A8DF0> with extra args of {'isFocus': True}
Traceback (most recent call last):
File "eventHandler.pyc", line 155, in executeEvent
File "eventHandler.pyc", line 92, in init
File "eventHandler.pyc", line 100, in next
File "NVDAObjects_init_.pyc", line 1061, in event_becomeNavigatorObject
File "braille.pyc", line 1963, in handleReviewMove
File "braille.pyc", line 1839, in doNewObject
File "braille.pyc", line 1520, in getFocusRegions
File "braille.pyc", line 619, in update
File "braille.pyc", line 429, in update
File "louisHelper.pyc", line 65, in translate
File "louis_init.pyc", line 171, in translate
File "louis_init_.pyc", line 57, in
UnicodeEncodeError: 'utf-32-le' codec can't encode character '\ude6a' in position 111: surrogates not allowed
ERROR - eventHandler.executeEvent (16:48:10.629):
error executing event: becomeNavigatorObject on <NVDAObjects.Dynamic_MailItemRowListItemUIA object at 0x0132D630> with extra args of {'isFocus': True}
Traceback (most recent call last):
File "eventHandler.pyc", line 155, in executeEvent
File "eventHandler.pyc", line 92, in init
File "eventHandler.pyc", line 100, in next
File "NVDAObjects_init_.pyc", line 1061, in event_becomeNavigatorObject
File "braille.pyc", line 1963, in handleReviewMove
File "braille.pyc", line 1839, in doNewObject
File "braille.pyc", line 1520, in getFocusRegions
File "braille.pyc", line 619, in update
File "braille.pyc", line 429, in update
File "louisHelper.pyc", line 65, in translate
File "louis_init.pyc", line 171, in translate
File "louis_init_.pyc", line 57, in
UnicodeEncodeError: 'utf-32-le' codec can't encode character '\ude6a' in position 111: surrogates not allowed
latest nvda dev snapshot of 2019.3
The text was updated successfully, but these errors were encountered: