Skip to main content

All Questions

1 vote
1 answer
325 views

JAWS in Internet Explorer, not reading heading width tabindex="0"

I am working on widget which shows description text on hovering the card, in order to make it accessible the description text also opens when the heading has tab focus, therefore I have added tabindex=...
Devank Nassa's user avatar
0 votes
0 answers
55 views

Incorrect form fields in internet explorer

I use inputs in data table for search by column value in "columnheader" and custom actions(a or button with script) in "gridcell". The main problem is JAWS's "Select form fields"(Insert + F5) all ...
mng's user avatar
  • 1
0 votes
1 answer
504 views

JAWS reads hidden content on page refresh with IE11

I have a form. After submitting it, the form is hidden with display:none and in her place appears a confirmation message (which changes style from display:none to display:block). There is no AJAX call ...
bakrall's user avatar
  • 551
0 votes
1 answer
915 views

Jaws does not read the anchor tag(show/hide) text change when clicking on enter in IE

Jaws does not read the anchor tag text change like show/hide in password field when clicking on enter in IE I have a link(show/hide) inside password field. link text is changing on click on that. ...
Gaurav's user avatar
  • 3
0 votes
0 answers
118 views

JAWS doesn't read alert in IE 11

If I submit a form by pressing enter inside the form from an input, the page reloads without reading the error message. But if I am on the submit button and either press it or click it, the page ...
Keith's user avatar
  • 4,133
0 votes
1 answer
1k views

IE JAWS screenreader skips <h1> content

I'm currently working on accessibility. The form that I'm working on is broken into steps. Each step has is on template, when I go from step 6 into step 7, JAWS does not read the <h1> element. ...
Steven Aguilar's user avatar
0 votes
1 answer
709 views

JAWS screen reader announcing complete text when dropdown is opening

When we are opening a menu dropdown in IE jaws it is announcing the text of the heading which is present in another div. Sample app has been deployed at following location -https://jawsaccessibility....
Nikhil Mittal's user avatar
0 votes
1 answer
43 views

Keyboard Shortcuts for JAWS with IE

What keyboard shortcut can be used to go to the previous page (Go Back) in JAWS with IE. Also keyboard shortcut to open a link in new tab.
SUPARNA SOMAN's user avatar
1 vote
1 answer
663 views

aria-label is not reading by JAWS in Internet explorer 11 for div role="button"

I have a parent div which has tabindex="0" and aria-label and has child divs. out of which one child div has tabindex="0" and aria-label. JAWS 18 reading this child div aria-label correctly in other ...
Raghavendra prasad's user avatar
0 votes
0 answers
568 views

Jaws does not read the anchor tag text change when clicking on enter in IE

I have an anchor tag in my code like this. <a ng-href="#here" id="hideassignment" role="link" ng-click="hideAssignments()" class="caption-link" >Hide assignments </a> when user clicks on ...
Gayan's user avatar
  • 1
1 vote
2 answers
868 views

Jaws Screen Reader Cross Browser Inconsistency

So I have been trying to add proper aria tagging and html to some custom checkboxes and toggles, but found that they are not being read properly in JAWS on IE but they read fine on JAWS with chrome. ...
Michael F's user avatar
  • 181
0 votes
0 answers
201 views

Primefaces OneMenu, Internet Explorer and JAWS

I have a problem with Primefaces "OneMenu" and JAWS with Internet Explorer. JAWS only reads the selected value, but it does not read the label for the menu. Do you have any ideas? How can I solve ...
anm's user avatar
  • 545
2 votes
1 answer
718 views

How to control the first line read by JAWS in Internet Explorer

I have a web application written using ZK framework. I am currently testing this application for Americans With Disabilities Act compliance. I am using JAWS version 17 for screen reader testing in ...
user avatar
0 votes
1 answer
1k views

JAWS 17 doesn't read aria-label in Select box option in IE

I'm trying to add more usability to my Select box for screen reader users. Right now they have to remember the options to select the right answer. I am using aria-label to provide additional ...
Grady McGhee's user avatar
1 vote
2 answers
634 views

JAWS reads removal of DOM node within an `aria-live` region only in IE

The live region is: <div aria-live='assertive' id='abc'> </div> In JavaScript, the first change I make is to document.getElementById("abc").innerHTML="<span>Processing</span&...
KannarKK's user avatar
  • 1,613

15 30 50 per page