-
Notifications
You must be signed in to change notification settings - Fork 133
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
[Accessibility] fd-shellbar with fdPopoverTrigger add not-allowed aria-expanded attribute #10968
Comments
Hey @itsnode, Is it possible for you to share a video as the issue is not clear to me. |
@skaquib123 see record that I show how to use Access Assistant Tool to analyze the HTML page that fd-shellbar-actions Screen.Recording.2023-11-28.at.9.02.54.AM.mov |
@skaquib123 Noted that I notice fdMenuTrigger has '[attr.aria-expanded]': 'isMenuOpen || null', but fdPopoverTrigger(which in our use case) does not have any such logic to null out if popover is not open, maybe that could be a cause. Basically the issue is that aria-expanded tag should not be there when Popover is not open(false case). Currently we have aria-expanded=false added(before popover triggered). import { KeyUtil } from '@fundamental-ngx/cdk/utils'; @directive({ |
@itsnode is this still valid? |
no activities => closing the issue |
Is this a bug, enhancement, or feature request?
Bug
Describe your proposal.
Can you handle that on the application side
Which versions of Angular and Fundamental Library for Angular are affected? Please, specify the exact version. (If this is a feature request, use current version.)
If this is a bug, please provide steps for reproducing it; the exact components you are using;
A simple shellbar component which
Please provide relevant source code (if applicable).
code sniipets
Please provide stackblitz example(s).
https://stackblitz.com/edit/angular-usdxnt-bkrewm?file=src%2Fapp%2Flist-example.component.html
Please analyze the fd-shellbar-actions using https://chromewebstore.google.com/detail/access-assistant/ojiighldhdmahfdnhfdebnpmlbiemdfm
you will see the error messages below.
In case this is Accessibility related topic, did you consult with an accessibility expert? If not, please do so and share their recommendations.
Got the Accessibility ticket from Sap Central Accessibility team. https://product-jira.ariba.com/browse/SA-44427
Did you check the documentation and the API?
Did you search for similar issues?
Is there anything else we should know?
The text was updated successfully, but these errors were encountered: