-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
Inline suggestion is read twice by the screen reader #177696
Comments
I was able to reproduce this issue where the screen reader announces the ARIA-live autocomplete inline suggestion twice after announcing the typed letter. Settings altered from the original VS Code Insiders build:
|
@jooyoungseo has reported that this is no longer reproducing. However, there's a long delay between the audio cue and the inline suggestion being read - to the extent that he has turned it off. This is because the audio cue takes some time to load. Is there anything we can do about this @hediet ? vscode/src/vs/editor/contrib/inlineCompletions/browser/ghostTextWidget.ts Lines 161 to 170 in a0ff19a
|
this reproduces when the audio cue plays. @jooyoungseo has disabled it because of the delay. @hediet is there anything we can do to play the audio cue immediately or is that impossible because it needs to be loaded every time? |
It should be cached, so loading it a second time should be faster. |
@jooyoungseo could you pls let us know if this is now working as expected - even when you enable the audio cue? |
@meganrogge -- I have confirmed that this issue was resolved in today's insiders. Also, the delay issue has been addressed! Many thanks. |
reported by @jooyoungseo
The text was updated successfully, but these errors were encountered: