Skip to main content

All Questions

0 votes
1 answer
282 views

JAWs screen reader reading older version of button text with changing Angular string interpolation

I have a button with text that changes occasionally through Angular's string interpolation. It renders to the screen fine, but when I tab over it with JAWs it often reads out the older version of the ...
Nathan Wichman's user avatar
0 votes
0 answers
114 views

IE 11 - focus moves to different area on different computers after page loads

So there are 3 of us. We all have JAWS 2018 I have IE 11 11.557.17763.0 and my two coworkers have IE 11.885.17134.0 So I on the web page in question, there is a drop down menu with a checkbox ...
fred74's user avatar
  • 1
0 votes
0 answers
41 views

Kendo Grid reading link tags in IE 11

I'm having an issue where if a cell contains a link to something, it reads the cell as "out of table" instead of saying that its a link and whatever text it is. Is there a workaround for this for IE11?...
Keith's user avatar
  • 4,133
0 votes
0 answers
78 views

Accessibilty : jaws18 - every letter entered in the username input field is read twice in chrome

Every letter entered in the username textbox is read twice by JAWS. JAWS version - 18 Browser - Chrome Code: <!-- Text input--> <div class="form-group"> <label class="...
NehalM's user avatar
  • 43
4 votes
1 answer
4k views

Making JAWS announce aria-selected status

I have a page with tabbed navigation, and I need to make JAWS announce the tab statuses. For example: ________ Shop | Cart | Recent orders | Profile -------------------------------------- ...
SOLO's user avatar
  • 868
2 votes
0 answers
539 views

Accessibility Does Not Read Select Properly (JAWS)

I have a select element inside of the modal used in Bootstrap. When the screen reader (Jaws), reads the select box when it loads it reads through all the options inside of the select. Instead it ...
BeastMaster's user avatar
1 vote
0 answers
272 views

Jaws with aria-label

I have been working with on website where I need to use Jaws for vocals. Now issue is I have several aria-label available under one role. Now all I want is conditional speech i.e. when any control ...
The Hungry Dictator's user avatar
3 votes
6 answers
3k views

How do I make screen readers read my WPF message similarly to how they read Win32 MessageBox?

We have a WPF desktop application which needs to show some custom message windows. I am having trouble getting them to be read aloud properly by screen readers such as JAWS from Freedom Scientific. I ...
jschroedl's user avatar
  • 4,966
0 votes
1 answer
947 views

508 compliance for radio buttons, position issue on IE and Chrome

I need to make the radio buttons accessible to blind users. Currently the screen reader is picking up all the labels and value for the radio buttons correctly. But it is not reading the position of ...
dishwasherWithProgrammingSkill's user avatar
1 vote
1 answer
190 views

508 Compliance and Dynamic Web Pages

UPDATED I am working on a project that has to be 508 compliant. There is a section of the application that has dynamic elements. For example there is this html: <div id="dynamicDiv"></div&...
Noah Herron's user avatar
11 votes
3 answers
4k views

Are Keyboard shortcuts mandatory for 508 compliance

I researched a lot on this and seem to be getting conflicting answers on SO and all of the web. I understand that with Section 508 that compliance DOES NOT equal accessibility. Biggest thing is ...
Tom Stickel's user avatar
  • 20.1k
9 votes
3 answers
2k views

WAI-ARIA, IE7, and JAWS

One of the projects I am currently working on has customer requirements for IE7 and 508 compliance. This customer currently uses JAWS version 9 and is making requests which I am told are impossible ...
Stephen Swensen's user avatar