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

Fix mistargeting of topnav link when no panel #65

Closed
wants to merge 1 commit into from

Conversation

maedi
Copy link
Contributor

@maedi maedi commented Jan 24, 2020

When a megamenu doesn't have a sub panel, the current selectors get confused. The selector for topnavitempanel will select the top level link instead and add its sub panel classes to it. This pull request more specifically targets top level link and its panel.

While the megamenu still works when panel attributes are added top level link, it breaks VoiceOver on iOS. In mobile when using VoiceOver and you expand the megamenu by toggling the menu button, you will then be unable to swipe to the navigation links. "Swipe" in this context refers to a touch gesture that tabs to the next item. This is because those sub panel attributes make the top level link invisible to VoiceOver (aria-hidden="true", "aria-expanded="false", role="region").

@maedi maedi mentioned this pull request Jan 24, 2020
@maedi
Copy link
Contributor Author

maedi commented Dec 9, 2020

Merged via pull request #66.

@maedi maedi closed this Dec 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant