-
-
Notifications
You must be signed in to change notification settings - Fork 625
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 gets stuck on line in Windows Mail if you open an NVDA dialog #13050
Comments
cc @michaelDCurran @feerrenrut Given that this reportedly does not occur in 2021.2 it would be nice to triage this issue before 2021.3 is released. |
I can't reproduce this from the instructions given on Windows 10. |
I can reproduce this with 2021.3beta2 and Windows 11. I don't know the technical NVDA term here, but it visually appears as if the focus/browsing mode has changed when returning focus to the mail window. |
I could also reproduce this with 2021.2 and Windows 11 |
I can also reproduce this. In fact, it does not have to be an NVDA dialog, but simply focusing anything else in the OS and coming back to Mail is enough. However, you need to be scrolled enough down the email so that the message headers disappear. |
Because this only affect those on Windows 11 and 2021.3 is close to release, we will target 2022.1 for a fix. There is a work around for those who have already updated to Windows 11: Close and reopen the email message by pressing escape. |
…ws 11 (#13292) Link to issue number: Closes #13050 Summary of the issue: To determine if we should use browse mode or focus mode for Windows 10 mail, NVDA would check if the email headers are set, and not draft headers. In Windows 11 mail, email headers can be scrolled out of focus. When returning focus to an email, after headers have been scrolled out of focus, NVDA incorrectly assumes we are in a draft email. Description of how this pull request fixes the issue: Windows 11 correctly sets the readonly state for emails. This PR uses the readonly state to enable browse mode for mail in Windows 11 Testing strategy: Steps to reproduce: 1. Find a long email using Windows Mail, on Windows 11 2. Go down many lines (if sighted, until headers are scrolled out of view) 3. Press a command to open a dialog in NVDA, EG (`NVDA+Ctrl+S`) for the synthesizer dialog, 4. Press escape to close the synthesizer dialog 5. Try arrowing around the email. - Before this PR, this would cause the same line in the email to be repeatedly spoken - After this PR, navigation around the email works as expected
Steps to reproduce:
NVDA+Ctrl+S
) for the synthesizer dialog,Actual behavior:
NVDA seemingly gets stuck at this point. Closing the message fixes this, restarting NVDA does not.
Expected behavior:
NVDA should continue letting you arrow up and down as normal. Additionally, when this behavior occurs, you can't use NVDA+space to toggle browse mode.
System configuration
NVDA installed/portable/running from source:
Installed
NVDA version:
2021.3 beta 2
Windows version:
Windows 11 Pro Insider (x64) build 22494.1000
Name and version of other software in use when reproducing the issue:
Mail microsoft.windowscommunicationsapps version 16005.14326.20544.0
Other information about your system:
Other questions
Does the issue still occur after restarting your computer?
Yes
Have you tried any other versions of NVDA? If so, please report their behaviors.
The behavior does not exist in 2021.2. In that version, it works as expected.
If add-ons are disabled, is your problem still occurring?
Yes
Does the issue still occur after you run the COM Registration Fixing Tool in NVDA's tools menu?
Yes
Log snippet
If you require an example eml file, I can provide one.
The text was updated successfully, but these errors were encountered: