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
The "Adapt Filters" button should include appropriate ARIA attributes (aria-level, aria-role) to provide semantic information about its purpose. The screen reader should announce the button as a functional element with proper context.
Isolated Example
No response
Reproduction steps
Add FilterBar in project
Click on Filters(Adapt Filters) to open adapt filters dialog
If you use screen reader focus on Filter button, it doesn't read out the information
...
Expected Behaviour
Screen readers should work as other button or filter component
Screenshots or Videos
No response
UI5 Web Components for React Version
2.5.0
UI5 Web Components Version
2.5.0
Browser
Chrome
Operating System
MAC
Additional Context
No response
Relevant log output
Organization
No response
Declaration
I’m not disclosing any internal or sensitive information.
The text was updated successfully, but these errors were encountered:
please add required information (Contribution Guide), e.g. what announcements you would expect. aria-role or role is unnecessary here, as this is a button, aria-level is only meant for headings, so it would be wrong adding it here.
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Inactive issues will be closed after 7 days. Thanks.
Describe the bug
The "Adapt Filters" button should include appropriate ARIA attributes (aria-level, aria-role) to provide semantic information about its purpose. The screen reader should announce the button as a functional element with proper context.
Isolated Example
No response
Reproduction steps
...
Expected Behaviour
Screen readers should work as other button or filter component
Screenshots or Videos
No response
UI5 Web Components for React Version
2.5.0
UI5 Web Components Version
2.5.0
Browser
Chrome
Operating System
MAC
Additional Context
No response
Relevant log output
Organization
No response
Declaration
The text was updated successfully, but these errors were encountered: