-
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
[SF][A11y][Popover] Content isn't read by screen reader when popover contains text only #4738
Comments
Hello @SAP/ui5-webcomponents-topic-rd, the issue is reproducible as described. Best regards, |
Hey guys – just following up on this issue. When could we expect the fix for this issue? |
Following up here. Any updates? |
Hi, |
Hello Neeeko, Pull request 4517 intoroduces the way for static content to be read out by screen readers. This functionality does not come out of the box as a WC can not know what is it in its content, we have provided accessibile-name-ref, so developers can link static content. The feature is available from v1.1.0. Here is an updated code sample to use as a refferance. Best Regards, |
The issue still seems to exist with JAWS where the content of the popover isn't read even with the Can you please try to reproduce with JAWS? Thanks! |
Hi @gmkv and @ivoplashkov, can you please reopen this issue? As mentioned in my previous comment, the issue is still reproducible using JAWS. |
Hello @GerganaKremenska @SAP/ui5-webcomponents-topic-rd can you reiterate over the issue, the author has put some new comments after the provided solution. |
We are looking into the issue. As all accessibility standarts are met, this may take some time resolving. --Gery |
Hello @Neeeko, After a lot of investigation we found the "issue". JAWS 2022 does not read out the content and that is an issue that we can not handle, because it comes from the vendor of the screen reader. I am closing the issue as there is nothing on our side that we can do. --Gery |
Bug Description
When opening a ui5-popover which contains text only and no focusable element, the content of this popover is not announced by most screen readers. (NVDA will read it properly but not VoiceOver or JAWS).
Expected Behavior
When opening a popover which doesn't contain focusable element but textual content only, the content of the popover should be announced by the screen reader
Steps to Reproduce
Context
Priority
The priority indicates the severity of the issue. To set the appropriate priority consider the following criteria:
Note: The priority might be re-evaluated by the issue processor.
Stakeholder Info (if applicable)
The text was updated successfully, but these errors were encountered: