-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 issue in notification widget #16594
Comments
We triaged this issue and set the milestone according to the priority we think is appropriate (see the docs on how we triage and prioritize issues). This indicates when the core team may start working on it. However, if you'd like to contribute, we'd warmly welcome you to do that anytime. See our guide on contributions here. |
If no one is working on this issue I will work on it and create a PR |
@DrewBrasher please submit a PR |
I tried adding an aria-label to the notification button but my change isn't showing up in the html when I run it. I'm thinking this is because the menus are cached. Do I need to disable menu caching and if so how do I do that? |
Disregard that last question. Thanks to @MikeAlhayek's (#16875 (comment)), I see now that the TheTheme is overriding this view. |
Describe the bug
I was running accessibility check on the site with several modules enabled. Everything is fine, except the notifications widget.
This could be related to the changes in #15231, though that's just a guess based on the file history of UserNotificationNavbar.cshtml.
The accessibility report is attached below.
Orchard Core version
Latest
main
.To Reproduce
Steps to reproduce the behavior:
axe
to evaluate the home page.Expected behavior
The dropdown element should have an appropriate
title
,aria-label
oraria-labelledby
attribute.Logs
The text was updated successfully, but these errors were encountered: