Open
Description
Describe the bug
Screen readers (VoiceOver on Mac and JAWS on Windows) do not announce the accessibleName text of the SelectMenuOption in both Chrome and Firefox.
Isolated Example
https://stackblitz.com/edit/github-d4xfy9u1?file=src%2FApp.tsx
Reproduction steps
Using VoiceOver in Chrome:
- Tab to the Select component
- Open it by pressing enter
- Listen to the Screen Reader announcement of the first SelectMenuOption
- Voice Over announces: "A..z list position 1 of 4"
...
Expected Behaviour
Text specified with the accessibleName("Sort in alphabetical ascending order") is read to the user followed by the position of the option inside of the options list.
Screenshots or Videos
No response
UI5 Web Components for React Version
1.27.0
UI5 Web Components Version
1.24.0
Browser
Chrome
Operating System
MacOS and Windows 11
Additional Context
No response
Relevant log output
Organization
No response
Declaration
- I’m not disclosing any internal or sensitive information.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
🆕 New