Skip to content
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

[4.0] Wrong aria-hidden value in menu with sub-items #32519

Closed
drmenzelit opened this issue Feb 25, 2021 · 2 comments
Closed

[4.0] Wrong aria-hidden value in menu with sub-items #32519

drmenzelit opened this issue Feb 25, 2021 · 2 comments
Labels

Comments

@drmenzelit
Copy link
Contributor

Steps to reproduce the issue

Create a menu with sub-items.
Create a menu module on the sidebar (standard layout). Set the parameter "Sub-menu Items" to "Show".
Inspect the code of the menu.

Expected result

The attribute "aria-hidden" should have the value "false"

Actual result

The attribute "aria-hidden" has the value "true" although the sub-menu is open and visible.

System information (as much as possible)

Additional comments

The Javascript controlling the menu should be checked.

@drmenzelit drmenzelit added the a11y Accessibility label Feb 25, 2021
@drmenzelit drmenzelit added this to the Joomla 4.0 milestone Feb 25, 2021
@joomla-cms-bot joomla-cms-bot removed this from the Joomla 4.0 milestone Feb 25, 2021
@brianteeman
Copy link
Contributor

#32068

@drmenzelit
Copy link
Contributor Author

I knew we had it already :-)

Closing this because duplicate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants