Skip to content
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

Closed
mjonsson1986 opened this issue Aug 14, 2019 · 4 comments · Fixed by #10168 or #10275
Closed

nvda bug in win 10 mail app #10094

mjonsson1986 opened this issue Aug 14, 2019 · 4 comments · Fixed by #10168 or #10275
Milestone

Comments

@mjonsson1986
Copy link

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

@Adriani90
Copy link
Collaborator

cc: @LeonarddeR, @Andre9642.

@AAClause
Copy link
Contributor

AAClause commented Aug 14, 2019

It's likely a quick fix, like an errors="surrogatepass" argument to pass.
@LeonarddeR what do you think? Should we modify the Python binding or try to fix on the NVDA side rather?

@AAClause
Copy link
Contributor

OK, now I confirm the issue. I'll fill an issue on Liblouis repo and make a PR shortly.

@AAClause
Copy link
Contributor

Finally, @LeonarddeR has already fixed this issue in liblouis/liblouis#784.
This will be fixed in Liblouis 3.11 (begin of september)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants