-
Notifications
You must be signed in to change notification settings - Fork 29.5k
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
Investigate into JAWS support #95225
Comments
I just gave JAWS a spin on my Windows machine. Here are my findings:
I am not a screen reader user, so my findings are of course not complete. It would be great to get much more feedback from users. fyi @jfayre @RussellSprouts as you have filled JAWS related issue to this repository |
I too will try this over the weekend and report back.
|
@ggordon-vispero awesome, thanks! |
The first two items you mention are in fact expected Jaws behavior, and not something which applications can control. I suspect that the extra information will not be read if the user decreases the verbosity, but I have not confirmed this. Regardless, there's nothing you can do about it. |
The punctuation is also a JaWS setting, and role "code" is very new. It is slatted for WAI-ARIA 1.3, and WAI-ARIA 1.2 hasn't even been finalized yet, but both Firefox and Chromium already support it because it was low-hanging fruit. Screen Reader support will need to be added for this first. Orca is, so far, the only screen reader that does it, and AFAIK only in Master. |
Hi @isidorn and thanks for this, it's greatly appreciated!
Thank you again, and I hope my two favorite companies (Microsoft and Vispero) will come with a robust solution that would allow us to work with our preferred screen reader and there won't be people moving from JAWS to whatever anymore (see the Gitter chat). |
Thanks all for feedback.
Overall to improve with JAWS we would need somebody from Vispero to share his thoughts. So let's see what @ggordon-vispero has to say. |
@isidorn Just investigated. Yes, it seems, you can do nothing here, sorry. @ggordon-vispero It's a JAWS issue. If you want more info, please chime in, I'll write you privately. |
@Menelion , please write me with additional details. I have already noticed the JAWS failure to announce intentation and agree that it's an issue on our side. If you have additional JAWS specific details about either indentation or the JAWS hanging |
Thanks @isidorn for this. |
We have done the inital investigation and it seems like the work should be done on the JAWS side. |
JAWS reacts too quickly and repeats text in some situations. One such situation is in the editor when you select some text, then delete it. JAWS repeats the selected text. |
Regarding the indentation issue, I believe JAWS thinks it is seeing characters or something where the cursor cannot go to the left of every line. It thinks every line starts at the margin. I can check related settings in the JCF. |
Hi @ggordon-vispero @isidorn Guys, I've observed that If I use JAWS with VS Code, it doesn't read the terminal output automatically. |
I just happened to be looking through default JAWS settings. There is a checkbox in JAWS Quick Settings that turns the speaking of live regions on and off. It is off by default. I have begun to put together a configuration and script set for JAWS for VS Code. I'm going to turn the live region checkbox on and see how far this takes me and report back. I'm hoping that a lot of nice speaking will simply just start happening. |
Reporting back. If you use VS Code Insider with JAWS, press INSERT+V. Unfortunately, this gives you Chrome Quick settings because JAWS does not have a configuration and script set for VS Code. I have started one here. So for me, the right stuff comes up. You can still test this, but you may want to remember to put it back the way you had it, so you do not have any adverse affects in Chrome. Anyway, here is what to do. Arrow down to Virtual Cursor > General, and toggle live region speaking on. This will suddenly make JAWS speak all sorts of helpful messages just like NVDA does. I will package up my script set for VS Code Insider and put it somewhere so others can use it, once I have more of it working. |
One more observation. |
@sana-ajani just let me know that the news JAWS version has an improved VS Code support. From their release notes: "Improved the user experience when using JAWS with the Visual Studio Code application. This includes turning off the Virtual PC Cursor by default, eliminating the announcement of ARIA regions, and removing the announcement of a long URL when the program is launched." Let us know if JAWS behaves better with VS Code now and what are the biggest issues remaining. |
Hi,
I started coding JAWS scripts for VS Code. I will unhook the scripts
and report back.
Jim
…On 1/6/21, Isidor Nikolic ***@***.***> wrote:
@sana-ajani just let me know that the news JAWS version has an improved VS
Code support. From their release notes: "Improved the user experience when
using JAWS with the Visual Studio Code application. This includes turning
off the Virtual PC Cursor by default, eliminating the announcement of ARIA
regions, and removing the announcement of a long URL when the program is
launched."
Let us know if JAWS behaves better with VS Code now and what are the biggest
issues remaining.
--
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
#95225 (comment)
--
==========
Jim Homme
Website: https://www.jimhomme.com/
Twitter: @JimHomme
Facebook: http://www.facebook.com/jimhomme
LinkedIn: https://www.linkedin.com/in/jimhomme
Skype: jim.homme
FreeChess: jhomme
|
The issue of JAWS saying the page address is fixed. |
I have been notified that the JAWS update sort of broke VS Code users. As David mentions: @ggordon-vispero is this something the jaws team can investigate into? |
This change was actually made intentionally after conversations with several users. Back in the JAWS January update, we changed the VSCode configuration to have the virtual PC cursor off by default. This both improves performance and interaction with most parts of the app, which aren’t intended to be rendered as a web page. There are of course things like the What’s New documentation which doesn’t have a caret and for which the virtual cursor must be used. Simply press JAWSKey+Z to toggle on the virtual cursor and you should be able to read this document. Press JAWSKey+Z again to toggle the virtual cursor off. We’re working on ways of detecting this sort of document to do this toggling automatically behind the scenes.
Alternatively, you can change a JAWS setting to permanently go back to the old behavior:
While in VSCode with JAWS, press JAWSKey+6, that’s 6 on the number row. This will open Settings Center to change the VSCode configuration.
Search for, Use Virtual PC Cursor.
Enable that option and you should be back to the mode where JAWS has the VPC enabled by default for VSCode.
|
The Document Role was devised for exactly this purpose: Provide content inside a web application that is browsable with virtual buffers. In essence, treat everything like an application, but everything inside an element with role "document" like an embedded web page. You know, like the IE view in Outlook Express. ;-) |
Point taken, and the markup does appear to be correct in VSCode. The problem is that with JAWS VPC toggled off for the aforementioned performance/improved user experience, we’ll need to account for this in scripts and turn the VPC on for these documents.
|
As a Jaws user just learning VS Code I have some thoughts and requests to add to this conversation. Most of this needs to be fixed on the Jaws end, but in accordance with a prior comment, I am posting it here to keep everything in one place. The following are some hotkeys that would be very useful to me, and should be relatively easy to implement.
@jhomme, you said you were working on some Jaws scripts and an ideal Jaws config. Do you have those in a public repository? I know a thing or two about Jaws scripting, and am willing to do what I can to implement these ideas. |
@travisroth has created some useful JAWS scripts here: https://github.com/travisroth/VSCodeJAWSScripts |
Look into how VS Code works with JAWS and identify the current limitations.
@GS-Avaluka feedback is very welcome
The text was updated successfully, but these errors were encountered: