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

Topbar JS Duplicating Menu Item on Medium Screens. #6459

Closed
LDigital84 opened this issue Apr 10, 2015 · 1 comment
Closed

Topbar JS Duplicating Menu Item on Medium Screens. #6459

LDigital84 opened this issue Apr 10, 2015 · 1 comment

Comments

@LDigital84
Copy link

I came across what I would say is a bug with the Topbar.

Take a look at this screenshot:

nla-foundation-menu

You will see the Main Menu Link is called "Puppies" but right below that is another link called "Puppies". This is a duplicate of the main menu link. When I inspect the code here is what I see:

<li class="parent-link hide-for-large-up"><a class="parent-link js-generated" href="#">Puppies</a></li>

So the JS is generating the link. In my situation the class should be hide-for-medium-up not large. I can manually fix this but this shouldn't happen.

Note: On large screens everything is fine.

@rafibomb
Copy link
Member

Looks like a duplicate of this #6393

Fixed for 5.5.2 coming next week

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

No branches or pull requests

2 participants