ui5-webcomponents icon indicating copy to clipboard operation
ui5-webcomponents copied to clipboard

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

Open mszabo42 opened this issue 3 months ago • 2 comments

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

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

mszabo42 avatar May 15 '24 12:05 mszabo42