-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Terminal accessibility buffer does not read output upon enter #172007
Comments
@jooyoungseo, since the buffer will now be readonly, I think this can be closed. Voice over and NVDA are announcing as I type |
@meganrogge Aw, I think there was a miscommunication between us. The issue that I highlight here is not the input announcement. I am talking about the auto output announcement. For example, if you open an external terminal on Mac or cmd.exe or powershell.exe on Windows outside VSCode, executing any command, such as |
Thanks for clarifying. I was confused by:
Now I understand |
I can repro this not working in the latest stable VS Code as well. I type |
@meganrogge -- Aw, that's my bad! Sorry for confusing you. I assume that |
@jooyoungseo I have just spent the last 2 hours looking into the output not being read issue and am stumped 🤔 . since I can repro in Stable, I don't think this is a regression. We're doing the right thing here and debugging showed the element's text content is updated to be the output on enter, but the browser /screen reader is not reading it |
@meganrogge -- I would try the following:
|
@jooyoungseo thanks for the suggestion. still does not work with that. I'm going to try to find the last commit where this was working - which will be at least a month ago |
in version 1.72 of VS Code stable, it similarly does not work for short output, but does read the message "too much output to announce for the command |
also just tried reverting all of my changes (adding the accessibility buffer) and that does not fix it |
navigation mode also works in 1.72 |
Terminal live output is not announced.
As far as I tested on Windows with JAWS and NVDA, terminal aria-live event is not auto-announced. I typed "echo hello" in terminal, but there was no read-aloud feedback.
#171914 (comment)
The text was updated successfully, but these errors were encountered: