-
-
Notifications
You must be signed in to change notification settings - Fork 643
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 no longer reports changes in ARIA-expanded in Firefox 53.0.3 #7261
Comments
I can confirm the issue. However, I just tested this with NVDA 2017.1 and was still able to reproduce the issue. This suggests there has either been a change in Firefox or the site. This is a duplicate of #5247. Brief explanation (from #6401 (comment)):
This really needs to be fixed in Firefox. On the NVDA side, this might be improved by #2039, which will hopefully report focus better in these problematic cases. However, even if we manage that, it will still not report just "expanded"; it will report the entire control, since a new control got focus. |
There was a Firefox update around the same time so it is maybe the issue. What I don't understand is that JAWS 18 seems to be able to handle the reporting correctly. I wonder if FS is hacking around the issue. The other strange thing is that NVDA doesn't behave like this when the expanding element is a link or button. In those cases, the change in state is reported as would be expected.The bugs you reference appear to be long standing issues and this seems to be a recent development. I will try to isolate further by trying earlier firefox versions. And if we can lend support to having Mozilla address these issues I'm happy to add my +1 to those. |
Does JAWS say just "collapsed"/"expanded" when you toggle or does it read
the entire control? If it's reading the entire control, it's probably just
treating it as focus on a new control. Ideally, this is how NVDA should
handle this too, but it doesn't yet because of #5825. To put this another
way, the fact that Firefox reports this as a focus change instead of a
state change is a Firefox bug. The fact that NVDA doesn't handle the focus
change is an NVDA bug. Ideally, both should be fixed (and we hope to tackle
the NVDA bug later this year).
|
Understood. Yes, JAWS reports the entire control +expanded or collapsd. So it sounds like getting to that level is something you have planned for the future. But also there is still a FF bug. Given the state of those, do you think they will ever fix them? The one in particular has been open for 6 years... |
Steps to reproduce:
Expected behavior:
NVDA should announce "expanded" or "collapsed" respectively based on the new value.
Actual behavior:
Nothing is announced.
System configuration:
NVDA version: 2017.2
NVDA Installed or portable: Installed
Windows version: Windows 10 Enterprise Version 10.0.10240 Build 10240
Other questions:
Does the issue still occur after restarting your PC? Yes
Have you tried any other versions of NVDA? No - but NVDA 2017.1 did not have this behavior.
The text was updated successfully, but these errors were encountered: