Skip to main content

All Questions

1 vote
0 answers
50 views

Bootstrap model Header Text Repeated Several Times While Focusing in a Custom MultiSelect Component in JAWS

The custom MultiSelect dropdown component is placed inside a Bootstrap modal. If the MultiSelect component is focused, JAWS reads the Bootstrap modal header each time the user selects a value. The ...
UdhayaKumar Duraisamy's user avatar
0 votes
0 answers
170 views

JAWS is not announcing Button state collapsed /expanded for a menu button when aria-haspopup="menu"

I have a menu button like this <app-my-buton [matMenuTriggerFor]="menu" tabindex="0" role="button" aria-label="Open Content"></app-my-buton> but ...
Explorer's user avatar
  • 361
0 votes
0 answers
106 views

Difference data-ng-attr-style vs ng-style

Using JAWS I am not able to navigate into the tree view when I am using the attribute data-ng-attr-style but the navigation is working fine when ng-style is used. Currently using chrome: 111 jaws: ...
Alex Sparrow's user avatar
1 vote
1 answer
581 views

How to make JAWS not read an anchor tag as link but as button

I have a requirement where I have an anchor tag in my HTML page. <a aria-label="Back Button" class="secondary-button btn-font" title="Back" ngClass="btn-font"...
Raj's user avatar
  • 85
0 votes
1 answer
915 views

How to make screen readers read the current page content instead of reading out everything?

The screen reader reads everything from top to bottom. I have a flex navigation bar and want the screen reader to only read the selected page and avoid rest of the navigation bar content. I want the ...
Shisha Chhotray's user avatar
0 votes
1 answer
453 views

Using mat-date-range-input but the JAWS reader first reads the end date with JAWS-e (next edit box)

I have a component with a mat-date-range-input. My client uses the JAWS reader and uses JAWS-e (next edit box) to navigate. When they do this JAWS first reads the 'end date' of the mat-date-range-...
Nelleke Rietvink's user avatar
0 votes
0 answers
86 views

How to inform JAWS, VoiceOver or other assistive technology tools the DOM has been changed?

I have an Angular project where the SPA renders the pages. But some pages load huge amount of datas, what takes a lot of time. In normal cases the screen readers can handle a small daley in the data ...
netdjw's user avatar
  • 5,875
0 votes
1 answer
477 views

How to add accessibility icon to screen reader like JAWS, Voice over and Talkback?

I get an assignment that want me to update the privacy page content. there is a heart icon on one of the key values in the content json file. this needs to be read by all the screen reader ...
Olal's user avatar
  • 1
0 votes
0 answers
768 views

How to fix jaws screen reader accessibility issue

In my web page i set the screen reader automatically read some content. When screen reader read last content(percentage) then after press down arrow key then focus on next element(footer) but screen ...
Hiren Nakrani's user avatar
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
1 answer
672 views

How to prevent an HTML element from being focused in Angular?

I have an issue with JAWS screen reader on IE browser. It reads the span tag with role="alert" twice. This issue does not occur on Firefox and Chrome. Also NVDA works fine with IE as well. ...
Mohammed Shirhaan's user avatar
1 vote
1 answer
1k views

JAWS reads labels of parent tags before reading first element

I am trying to fix an accessibility defect in an Angular project at work. When a page loads and I start to tab through the page, the first element that is visible in the form is read twice. My code is ...
Amruta's user avatar
  • 1,485
1 vote
1 answer
1k views

JAWS reads Headings as clickable even though parent div has not click handler associated

I am working on accessibility testing for an Angular project. I have some code for a modal that is as below <div class="modal fade" bsModal #cancelConfirmModal="bs-modal" ...
Amruta's user avatar
  • 1,485
0 votes
1 answer
901 views

Aria-label gives a DAP violation for <option> tag in dropdown

I am doing Accessibility testing for an Angular project at work. We use JAWS screen reader. We also use a plugin that identifies issues in the UI and reports them as violations. I am getting one for ...
Amruta's user avatar
  • 1,485
0 votes
0 answers
1k views

JAWS not able to read values from select drop down when expanded

In my angular 4 app, I have 2 select drop down with some values. The requirement is JAWS should be able to read the drop down values when it is expanded and value is selected. I user SPACEBAR to open ...
user1015388's user avatar
  • 1,455

15 30 50 per page