-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
BugC: GridFP: CompletedSync status with associated Feedback ItemSync status with associated Feedback ItemSEV: Lowa11y
Milestone
Description
Bug Report
Ticket ID: 1493159
Current behavior
When you focus a header cell, it receives a new id -> grid_active_cell and all of the columns cells have their aria_describedBy be referencing the old id of the column header.
Expected behavior
The header cells id should always match the data column cells areia-describedby attribute value.
Minimal reproduction of the problem with instructions
Use the kendo grid keyboard navigation demo:
- Open Dev Tools
- Focus the
First Name
column - Notice that the id is changed from the previous guid to
grid_active_cell
- Navigate to the first data cell in the
First Name
column and listen to the message the screen reader announces - Navigate to the next data cell in the
Las Name
column and listen to the message the screen reader announces - Notice the difference in the state the screen reader relays. The second column which did not lose its id relays more information.
What is the motivation or use case for changing the behavior?
The loss of sync between the header id and the column aria-describedby attribute value seems to affect the amount of information screen readers are able to relay.
Environment
kendo.ui 2020.3 1028
Browser: Chrome
Screen Reader : NVDA, Narrator
Metadata
Metadata
Assignees
Labels
BugC: GridFP: CompletedSync status with associated Feedback ItemSync status with associated Feedback ItemSEV: Lowa11y