-
Notifications
You must be signed in to change notification settings - Fork 272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ACC: wrong order of texts in accessibility reader on a button #8976
Comments
Thanks for reporting! I'll forward this issue to our UI5 Web Components Colleagues as the affected component is developed in their repository. |
unazko
added a commit
that referenced
this issue
Jun 5, 2024
unazko
added a commit
to unazko/ui5-webcomponents
that referenced
this issue
Jun 5, 2024
ilhan007
pushed a commit
that referenced
this issue
Jun 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When accessibility reader (JAWS) reads filter button, it reads UI Name last, which is consider to be wrong order. It supposed to read the UI Name followed by its Type and its state.
Isolated Example
https://stackblitz.com/edit/github-rc93m5-4bwabk?file=src%2Findex.css
Reproduction steps
prerequisite: screen reader is running
result:
Emphasize Button
Filter /UI name/
To activate press spacebar
Expected Behaviour
Screen reader reads UI Name followed by its Type and its state.
Screenshots or Videos
No response
UI5 Web Components for React Version
1.26.1
UI5 Web Components Version
1.23.1
Browser
Chrome
Operating System
No response
Additional Context
No response
Relevant log output
No response
Organization
No response
Declaration
The text was updated successfully, but these errors were encountered: