-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
Injected text accessibility #129677
Comments
@hediet I mean for your copilot hover, not in general. Previous and next buttons are disabled in my case, maybe that is the cause of why the focus is not moved? |
@hediet just to clarify my idea, since you mentioned in slack I think a nicer implementation would be to always have the Though what you mentioned will also work, and feel free to try that approach out first. |
This is my idea:
What do you think? |
I think this is a lovely solution. I really like it. Though I would still have to try it out. However I checked your PR and there are a lot of code changes for last day of endgame, and since we never supported this I suggest that we simply do this first week of debt. That way you can merge it in insiders and I can test it out. |
Thanks! Makes a lot of sense! |
Reopening, as it is unclear if the PR fully addresses this issue. |
@hediet I can give this a test spin. Are you happy with the current state of things so I try it out? |
Yes, you can try it! |
Oh the insiders is not yet out with your changes since we freeze insiders this week. |
This is the outcome: When screenreader mode is enabled and the cursor is before an inline suggestion, hitting I think this addresses all points mentioned in this issue. |
All, but one, which was already brought up by @isidorn . We are going to have to come up with a way to indicate the hover is there to begin with. It's great that the hover is accessible, but it's not going to do much good if people don't know it should be invoked, given this is a manual process. |
I opened #130565 to track how to notify screenreader users when there are inline suggestions available. |
Testing #129383
Here's how I think the injected text accessibility should work.
Reading the injected text every time it shows up would be very aggressive and spammy. So I suggest to have an explicit command which the users could trigger that would help them here. Here's how the command would behave:
I see that Cmd + K, Cmd + I already triggers the hover. However the problem here is:
More feedback can be found here #125294
The text was updated successfully, but these errors were encountered: