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

Handle enter event on open top level link as escape event. #61

Closed maedi closed 3 years ago

maedi commented 4 years ago

This is working as desired on the demo site (https://adobe-accessibility.github.io/Accessible-Mega-Menu/). However in our testing the Enter key didn't close an expanded top level menu item.

This pull request explicitly asks the Enter event to activate the Escape event in this situation.

maedi commented 3 years ago

Merged via pull request #66. Can be closed.