You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What you were expecting:
When interacting with table headings, the aria should correctly announce the specific title associated with each header, providing accurate information to users relying on assistive technologies.
What happened instead:
Currently, when navigating through table headers, the aria announces all headers as "Sort," leading to confusion for users with visual impairments or those depending on voice assistants.
Steps to reproduce:
Turn on Voice Over or NVDA Speech
Access the List Component
Navigate to a table title
You can reproduce this in the demo available in react-admin documentation
You can see in the photo the voice over text box pointing to the titles of that component. This must be resolved because people with visual impairments or who need a voice assistant will not be able to understand exactly what is happening visually.
Environment
React-admin version: 4.15.4
React version: 17.0.2
Browser: Chrome
The text was updated successfully, but these errors were encountered:
## Problem
In a `<Datagrid>`, the header of sortable columns has a tooltip that is the same for all columns: "Sort". It's not explicit enough, and it's even confusing for screen readers.
## Solution
Reuse the title logic from `<SortButton>`, which already solves this problem.
Closes#9541
## Problem
In a `<Datagrid>`, the header of sortable columns has a tooltip that is the same for all columns: "Sort". It's not explicit enough, and it's even confusing for screen readers.
## Solution
Reuse the title logic from `<SortButton>`, which already solves this problem.
Closes#9541
What you were expecting:
When interacting with table headings, the aria should correctly announce the specific title associated with each header, providing accurate information to users relying on assistive technologies.
What happened instead:
Currently, when navigating through table headers, the aria announces all headers as "Sort," leading to confusion for users with visual impairments or those depending on voice assistants.
Steps to reproduce:
Other information:
Environment
The text was updated successfully, but these errors were encountered: