-
Notifications
You must be signed in to change notification settings - Fork 103
[a11y | SelectDialog]: headerText is not read by VoiceOver #7319
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
Comments
I tested the According to the spec, the dialog header should be announced on focus, so the behavior depends on where the focus lands upon dialog open. In your example, the initial focus is set on the first item inside the dialog, not on the header, which likely explains why VoiceOver doesn’t announce it. I’m going to proceed with closing this ticket for now. If any further questions arise or you need clarification, feel free to reopen it. Best regards, |
This issue has been closed. To reopen, just leave a comment! |
This issue has been closed. To reopen, just leave a comment! |
Hi @NakataCode, thank you for the response. However, when Should it be considered as a bug of incorrect focus landing on |
Hello @SAP/ui5-webcomponents-topic-rd, Could you please take over this issue? Best regards, |
Hello @Lukas742, It looks that this should be fixed in the Select Dialog, where slot "header" is used, but "accessibleName" is not provided. Best Regards, |
@volha-arkhipenka-sap for issues related with the ui5-webcomponents-react project you should open GitHub issues on this project (not on ui5-webcomponents project) |
thanks for letting me know! I'll move this issue to our repo. until an accessible name is available out of the box, you can set it yourself via the |
🎉 This issue has been resolved in version v2.11.0-rc.0 🎉 The release is available on v2.11.0-rc.0 Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version v2.10.1 🎉 The release is available on v2.10.1 Your semantic-release bot 📦🚀 |
Uh oh!
There was an error while loading. Please reload this page.
Bug Description
With Voiceover enabled, on opening
SelectDialog
the title provided inheaderText
is not read by VoiceOver.Affected Component
SelectDialog
https://sap.github.io/ui5-webcomponents-react/v2/?path=/docs/modals-popovers-selectdialog--docsExpected Behaviour
All
SelectDialog
content and information should be conveyed to a user.Isolated Example
Reproducible with VoiceOver enabled on https://sap.github.io/ui5-webcomponents-react/v2/?path=/docs/modals-popovers-selectdialog--docs
Steps to Reproduce
headerText
prop toSelectDialog
componentSelectDialog
componentheaderText
is not announcedLog Output, Stack Trace or Screenshots
Priority
None
UI5 Web Components Version
2.9.0
Browser
Chrome
Operating System
macOS Sequoia 15.4.1
Additional Context
No response
Organization
No response
Declaration
The text was updated successfully, but these errors were encountered: