Skip to content
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

Closed
1 task done
mszabo42 opened this issue May 15, 2024 · 2 comments · Fixed by #8997
Closed
1 task done

ACC: wrong order of texts in accessibility reader on a button #8976

mszabo42 opened this issue May 15, 2024 · 2 comments · Fixed by #8997
Assignees
Labels
ACC bug This issue is a bug in the code Low Prio TOPIC B

Comments

@mszabo42
Copy link

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

  1. Navigate to Filter button (by pressing tab)
  2. Listen to reader / Check reader history

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

  • I’m not disclosing any internal or sensitive information.
@mszabo42 mszabo42 added the bug This issue is a bug in the code label May 15, 2024
@Lukas742
Copy link
Collaborator

Thanks for reporting! I'll forward this issue to our UI5 Web Components Colleagues as the affected component is developed in their repository.

@Lukas742 Lukas742 transferred this issue from SAP/ui5-webcomponents-react May 15, 2024
@GerganaKremenska GerganaKremenska self-assigned this May 16, 2024
@GerganaKremenska GerganaKremenska added this to New Issues in Maintenance - Topic B via automation May 16, 2024
@GerganaKremenska GerganaKremenska removed their assignment May 16, 2024
@GerganaKremenska
Copy link
Member

Hello @ui5-webcomponents-topic-b I am forwarding this issue to you, because i have tested buttons in openui5 and there is a diffrence in the output.

Openui5:
Screenshot 2024-05-16 at 10 10 41
Screenshot 2024-05-16 at 9 50 41

webcomponetns:
Screenshot 2024-05-16 at 8 46 38

Please take over.

Best Regards,
Gergana

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ACC bug This issue is a bug in the code Low Prio TOPIC B
Projects
Development

Successfully merging a pull request may close this issue.

5 participants