-
-
Notifications
You must be signed in to change notification settings - Fork 641
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 doesn't toggle virtual cursor on when focus is moved into an ARIA document inside an ARIA gridcell #12896
Comments
Some additional information the could help. I reviewed this issue with @jcsteh who had this to say:
@jcsteh also suggested a partial workaround:
|
One other piece of context for this issue: this change is needed to support a change we are making to Slack. |
Related / same cause: #12891 |
Ah, good to know @feerrenrut. For planning on the Slack side: by chance you do you a sense for how long it'll take to fix this issue? |
We tried to address issues such as this in pr #8869 though that had to be reverted after due to unrelated focus changes being announced in Firefox (most likely to do with CSS reframing). It is believed this is no longer a problem. So we should again look into the ideas in that pr. However, much of what we are trying to protect here is only necessary when NVDA's Automatically set system focus to focusable Elements setting is turned on. As it has been off by default for some time now, it may be a good point in time to remove that setting and any code that was there to specifically filter out announcing focus due to this setting being on. |
Got it. Thanks for the additional context @michaelDCurran. As I mentioned earlier, @jcsteh suggested we could partially work around this by placing a non-breaking space before the ARIA document. But he also indicated that hack wouldn't solve NVDA switching back when using shift + tab. IF there is a hack you can think of that would get us by as you work through this on your end, please let us know. |
@michaelDCurran curious if there's an update on this issue? |
@feerrenrut or @jcsteh any idea of there's an update on this issue? |
Steps to reproduce:
gridcell
in the ARIAgrid
in the examplegridcell
press tab to move focus into the ARIAdocument
nested inside the ARIAgridcell
. (Focus should be on one of the anchor elements.)Actual behavior:
When focus moves inside the ARIA
document
NVDA doesn't automatically toggle the virtual cursor on to allow for object navigation or text to be reviewed within the document to be reviewed.Expected behavior:
When focus moves inside the ARIA
document
NVDA should automatically toggle the virtual cursor on to allow for object navigation or text to be reviewed within the document to be reviewed.System configuration
NVDA version:
2021.2
Windows version:
Windows 10 Home, OS Build 19043.1237
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.
No
If NVDA add-ons are disabled, is your problem still occurring?
I don't have any NVDA add-ons installed
The text was updated successfully, but these errors were encountered: