SAP/ui5-webcomponents-react

AnalyticalTable - ACC: Button name not read

Closed this issue · 3 comments

Bug Description

On accessing the ‘expand’ and ‘collapse’ buttons the information of expand/collapse is not read. It is just reading ‘Button’

Affected Component

AnalyticalTable

Expected Behaviour

Name of the button should be read

Isolated Example

https://stackblitz.com/edit/github-wv3ad2-gzokbg?file=src%2FApp.tsx

Steps to Reproduce

...

Log Output, Stack Trace or Screenshots

No response

Priority

Medium

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

Organization

CBC

Declaration

  • I’m not disclosing any internal or sensitive information.

Thanks for reporting! I'll forward this issue to the UI5 Web Components for React repo as the affected component is developed there.

Please follow the guidelines for opening issues. "ACC: Button name not read" doesn't give information of the affected component.

Hi @surjadeep

the button should not be included in the tab-chain, since the cell is responsible for conveying the expand/collapse behavior. The linked PR will fix this. So after the PR is merged the buttons are not accessible via keyboard navigation anymore and therefore don't need aria-expanded.

🎉 This issue has been resolved in version v1.28.1 🎉

The release is available on v1.28.1

Your semantic-release bot 📦🚀