-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Description
Describe the bug
Observation:
When focus lands on the table the screen reader is announcing whole information at a time
Issue is observed using Accessibility Insights for Web tool also.
User Impact:
Screen reader users on Windows may experience confusion and inefficiency as the focus lands on the entire table instead of individual elements. This can make it difficult to navigate, understand, or interact with specific table content, leading to a poor accessibility experience. Users may need to take extra steps to manually navigate through the table, increasing cognitive and operational effort.
Repro steps:
- Turn on Narrator.
- Open Url Gradio Dataframe Component in Edge browser.
- Press tab key to navigate to table present under records.
- Observe with tab key whether the focus is landing on the whole table or not.
Actual Result:
When using a screen reader on Windows, the focus lands on the entire table instead of individual elements. The Screen reader is announcing whole table information at a time.
Expected Result:
The focus should land on individual table elements, such as rows or cells, allowing users to navigate and interact with the content seamlessly.
Have you searched existing issues? 🔎
- I have searched and found no existing issues
Reproduction
Screenshot
Refer Attachment:
- Screen reader Focus is landing on the whole table unnecessarily in Windows.png
- Screen reader Focus is landing on the whole table unnecessarily in Windows.mp4
https://github.com/user-attachments/assets/23f32470-d11e-42c2-a419-3ff5d2e6dcff
Logs
System Info
OS: Windows 11 24H2 Build: 26100.3194
Edge Version: 133.0.3065.69 (Official build) (64-bit)
Severity
I can work around it