Skip to main content

All Questions

0 votes
1 answer
815 views

Trap ARROW KEY navigation on modal using Screen Readers

I'm dealing with an issue trying to trap the navigation inside a modal using TAB/ARROW keys. Was using a function like this to avoid the keys action to being triggered: component....
Myst's user avatar
  • 1
1 vote
1 answer
624 views

I am using NVDA and its reading the close button multiple times ,but in jaws its reading perfectly

This is the code for that close button which is part of the modal pop up... <h2 class="sc-ejdXBC byjYiM MuiTypography-root MuiTypography-h6 sc-EoWXQ kOYWJk MuiDialogTitle-root" id="...
Anonymous's user avatar
0 votes
1 answer
255 views

focus not going to listitems in browse mode nvda

similar thing happening here with this code. Browse mode focus not going to list items. {<ul style=" margin: 0px; padding: 0px; "><li class="...
Sarfraj Ansari's user avatar
0 votes
1 answer
70 views

In browse mode nvda is reading whole information present in the section

.ProfileSubHeadTitleLinkStyle-181 { display: flex; margin-top: 36px; margin-right: 20px; margin-bottom: 24px; justify-content: space-between; } .ProfileSubHeadTitleStyle-182 { font-size: ...
Sarfraj Ansari's user avatar
1 vote
0 answers
186 views

NVDA reads the first letter of the word, then the word from the autocomplete dropdown list

I am working on .NET MVC project and I have problem with NVDA and JAWS reader on the dropdown list. It is the dropdown autocomplete list, and when I am navigating with the keyboard, it was reading ...
layla's user avatar
  • 11
1 vote
1 answer
1k views

Using aria-describedby and a screenreader-only element, not read out by some screenreaders

I am attempting to give screenreader users some additional information about a list of links and what they represent. Rather than putting an aria-label on a <ul>, which I understand is ...
user1486133's user avatar
  • 1,409
1 vote
0 answers
113 views

NVDA and JAWS screen reader is announcing unwanted text when readmore button is activated

NVDA-FF and JAWS-Chrome>, when read more element is activated while traversing through tab navigation then screen reader announces the unnecessary information along with the updated content. When ...
Dhulipati Sree Mallika Bhargav's user avatar
0 votes
1 answer
796 views

Screen reader not reading the text based on radio button changes

I have two different captions (say Caption A and Caption B) for a single table that display based on the selection of the radio buttons. My screen reader is reading the default caption 'Caption A', ...
Geek's user avatar
  • 139
1 vote
1 answer
596 views

How to read data in highcharts using screenreaders (NVDA)

I am using NVDA to check the accessibility of highcharts and the screen reader does not read the contents inside the highcharts. I cannot use the tab or arrow keys to go to the next value and read the ...
Vinu Philip's user avatar
-1 votes
1 answer
559 views

How can screen readers like NVDA automatically read an element that goes from display: none to block? Aria-live not working well

I have a complex multi-column form that the NVDA screen reader reads perfectly well after the page loads, including aria-labels, fields, order of elements, etc. In this working scenario, the form is ...
Dan Oliv's user avatar
0 votes
1 answer
627 views

Why do NVDA and JAWS intercept Enter key on checkboxes (to toggle them, instead of submitting form)?

I'm used to pressing Enter inside any form control (except <textarea>) to submit the form. This even works on checkboxes. When running NVDA or JAWS though, they both intercept Enter when ...
Joshua Muheim's user avatar
1 vote
1 answer
2k views

JAWS aria-expanded not being announced

I am trying to make the collapsed state both accessible in NVDA and JAWS but it seems its not working properly in JAWS. Any idea how to fix this? I provided the images for the code and the link list ...
user2572367's user avatar
1 vote
1 answer
985 views

How to avoid screen reader reading label change while focusing the element?

When the user focus the element using tab, screen reader should read the aria-label or aria-describedby content. If user triggers any action from the same element then the content for aria-describedby ...
satheesh's user avatar
  • 423
1 vote
2 answers
2k views

Snackbars not read by screen reader when triggered from a dialog

Issue: We are triggering a snackbar from a button within a dialog and the snackbar is not being read. It reads fine when triggered from a button outside the dialog. Desired behavior: When the user ...
user1569333's user avatar
1 vote
0 answers
3k views

Screen reader is not announcing the title of the page

I am developing a single-page application that has multiple components in react. The react project is set up on top of the spring boot application. I am setting the title inside the useEffect using ...
Vikas Gs's user avatar

15 30 50 per page