In Outlook Classic, when navigating messages, ensure that wrong info is not displayed in braille#19109
Conversation
|
@Nerlant , thanks for testing. |
I have tested your code. I had to change the |
Oh, sorry. I made a mistake about this. If you can confirm that all is fixed now, I'll mark this PR as ready for review. |
Yes, the Highlighter behaves as expected now. |
|
Thanks so much @Nerlant . |
…lle when navigating messages in Outlook Classic
…errors writen in NVDA log with braille positions

Link to issue number:
Fixes #18993
Summary of the issue:
When navigating the list of messages in Outlook Classic, the navigator object is moved from the focus, showing unexpected information in braille.
Description of user facing changes:
The list of messages can be navigated in Outlook Classic, without receiving unexpected information in braille.
Description of developer facing changes:
None.
Description of development approach:
In the
ContactEditFieldclass of the Outlook app module, call toapi.setNavigatorObjectfor theevent_valueChange, has been modified settingisFocustoTrueTesting strategy:
Known issues with pull request:
The navigator object is still moved, so that the reported navigator object doesn't match the reported focus.
Code Review Checklist: