-
Notifications
You must be signed in to change notification settings - Fork 190
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
Broken scrolling with Orca structural navigation in Firefox #2939
Comments
Can you tell me which settings you are using and if this happens for all feeds/folders? |
Nothing from the default, e. g. normal view, and reverse and show all is disabled. |
Yeah, i saw that one, but in my experience, making one big issue usually does not bring the expected outcomes. For the links issue, I was referring to the text under the h1 of an article, if there's something (e. g. the intro-container div). You definitely can not get to a link in this text using the tab key, you can do that using up and down arrows, but the text definitely does not have the original link. And, is the hiding of the two buttons except for the share one using aria-hidden (and having them no labels either) intentional, by the way? |
#2919 is not to making one big issue, but to discuss some things and helping to make the accessibility better. |
Yeah, thanks for the headings back, that's for sure. By the way, the scrolling is broken regardless of the view type (tried all three), only the number of articles after which the wraparound occurs changes. |
I could reproduce it. I made the article list recognizable as list for the screen reader, but unfortunately this doesn't fix the navigation. |
The event handling likely changed between v 25 and v 24, it worked flawlessly in 24. But thank you for looking into this issue. You should definitely get some events when Orca tries to update its virtual document position, but I don't know from top of my head which ones, they are likely different than in Chromium as well. |
The problem is that orca starts over when the first items are removed from the scroll list. I have tried different things that should help with that, unfortunately without success. News 24 worked here because the scroll never had an item removed from the scroll list, which has made the performance worse as longer you have used a list. |
Yeah, at least on Windows with NVDA, I can also confirm the performance degradation. And yes, this might require Orca changes, we'll see, thank you for reporting this. |
IMPORTANT
Read and tick the following checkbox after you have created the issue or place an x inside the brackets ;)
Explain the Problem
Structural navigation with Orca wraps around in Firefox much sooner than it should.
Steps to Reproduce
Explain what you did to encounter the issue
System Information
No errors in any logs, and surprisingly, this works in Chromium.
The text was updated successfully, but these errors were encountered: