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

Update readme/docs about library invocation settings #69

Open dens0ne opened 3 years ago

dens0ne commented 3 years ago

I'm upgrading a site's old version of AMM to the most recent, and I ran into some behavior issues that could have been partially resolved if there was good documentation about the parameters you can send when invoking the library. I had to look through commits to find the "new" openOnMouseover option. It is not a big deal, just wanted to let you know in case some other people are struggling while getting this to work the way they expect.

Thanks for such great tool.

jthompsonDuo commented 2 years ago

Hi @dens0ne - thanks for noting this. One thing I'm stuck with is that I can get the menu to work onMouseover, but as soon as I mouse down to the sub-nav the sub-nav closes. Is there another setting I am missing?