-
Notifications
You must be signed in to change notification settings - Fork 3
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
In NVDA with Win 11 + Firefox it is possible to get stuck on the word "Preferences" #452
Comments
I said:
@KatieWoe said
So promoting to a new issue. I will try upgrading my NVDA version to see if that is related. |
No, I have the latest NVDA and Firefox for Windows 10 - Firefox 115.0, NVDA 2023.1. @KatieWoe would it be possible to make a screen recording of this I can gather any other info? |
It seems to happen if you use tab or shift+tab to reach that area. IMG_4774.MOV |
Thanks @KatieWoe - looks like totally normal reading... Ill try again and take a brief look at the markup. |
The markup looks like <div>
<button>Close</button>
<h1>Preferences</h1>
<ul>...tabs...</ul>
<>...tab contents...</>
</div> The "Preferences" heading is not wrapped in another element (just a thought I had that might have explained this). |
I was able to get this to happen in two different ways:
OR
|
OK, I found two things
So... @KatieWoe I think you found an NVDA bug. It might be a feature to read the aria-labelledby content of the dialog in this case. But it seems very buggy that the virtual cursor gets stuck. I am going to submit a bug report to NVDA and add this to the list of known screen reader quirks. |
Just wondering if there is a way out of the stuck spot, or is it a keyboard trap? |
Tab or shift+tab gets you to a different section |
OK, closing - to be tracked long term in phetsims/a11y-research#190. |
Originally posted by @KatieWoe in phetsims/qa#961 (comment)
The text was updated successfully, but these errors were encountered: