AnalyticalTable - ACC: Table header read twice
Describe the bug
On accessing the table rows header items are read twice.
Affected Component AnalyticalTable
Isolated Example
https://stackblitz.com/edit/github-wv3ad2-gzokbg?file=src%2FApp.tsx
Reproduction steps
...
Expected Behaviour
The table header should be read once.
Screenshot :
Screenshots or Videos
No response
UI5 Web Components for React Version
18.3.1
UI5 Web Components Version
1.120.4
Browser
Chrome
Operating System
Microsoft Windows 11 x64
Additional Context
Screen Reader: JAWS 2023.2307.37 ILM 64bit for Windows
Relevant log output
No response
Priority
Medium
Organization
CBC
Declaration
- [X] I’m not disclosing any internal or sensitive information.
Any update on this issue ?
Hi all,
duplicate announcements were made because we added the header label to the aria-label of the cell, because Apple VoiceOver otherwise won't announce the column name. With the linked PR, we're now using aria-labelledby relations only for Apple devices, so NVDA and JAWS can rely soley on the accessibility tree to derive the column name.
:tada: This issue has been resolved in version v2.16.0 :tada:
The release is available on v2.16.0
Your semantic-release bot :package::rocket: