-
Notifications
You must be signed in to change notification settings - Fork 273
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
[MultiComboBox|A11y]: Irrelevant info is read out on opening drop-down #9116
Comments
Hello @SAP/ui5-webcomponents-topic-rl, When ui5-multi-combobox dropdown is open, the browser tab title information is read out in addition to the expected speech output. Probably, it is a JAWS bug that has to be isolated. Could you please look over? Thank you in advance! Kind Regards, |
Hello @f16r , This seems to be a JAWS specific behavior - when a dialog is not labelled (in our case the multicombobox popover) the Screen Reader seems to announce the Thank you for identifying this behavior and helping us improve the accessibility of our components! The issue will be closed automatically once the improvement is merged in the release 1.24 branch. Kind Regards, |
…ncement (#9514) When a header, nor a label is provided to an element with role dialog JAWS reads out the <title> element of the html document as a dialog header, once a dialog is opened/focused. In order to overcome this side effect and future announcemnt deviations the suggestion popover elements are now labelled following the existing pattern from UI5. FIXES: #9116
Hello, The fix will be available with the next release of 1.24. Kind Regards, |
Bug Description
After opening the drop-down with the key combination Alt + Arrow Down JAWS reads the title of the document with suffix "Google Chrome Dialog" (e.g. MultiComboBox | UI5 Web Components - Google Chrome dialog on https://sap.github.io/ui5-webcomponents/components/MultiComboBox/).
Affected Component
MultiComboBox
Expected Behaviour
Use a more meaningful name that links the dialog to the multi combobox input instead to the overall document.
Isolated Example
https://sap.github.io/ui5-webcomponents/components/MultiComboBox/
Steps to Reproduce
Log Output, Stack Trace or Screenshots
No response
Priority
None
UI5 Web Components Version
1.24.1
Browser
Chrome
Operating System
No response
Additional Context
No response
Organization
CBC
Declaration
The text was updated successfully, but these errors were encountered: