adobe-accessibility / Accessible-Mega-Menu

A demonstration of how to implement a keyboard and screen reader accessible mega menu as a jQuery plugin.
Apache License 2.0
605 stars 199 forks source link

Megamenu does not count with single items in menu #58

Open honzapara opened 5 years ago

honzapara commented 5 years ago

When you have single item menu without any subitems the link itself is getting the "panelClass". This is making hard to add proper CSS for the submenu.

The solution for this would be to remove line 842 ".addClass(settings.panelClass)" in js/jquery-accessibleMegaMenu.js