aceade / sydfjords

A practice project to teach myself responsive design with Vue
https://aceade.github.io/sydfjords/
MIT License
0 stars 0 forks source link

Keyboard navigation only opens language menu #47

Closed aceade closed 1 year ago

aceade commented 1 year ago

Navigating through the menu via the keyboard is possible, but using Space or Enter to open the "See and Do" menu only opens the language menu.

Steps to reproduce

  1. Open the landing page.
  2. Using the Tab key, cycle through the links.
  3. "Click" the "See and Do" by pressing Enter.

Expected Results The navigation submenu for locations should open.

Actual Results The language submenu opens.

aceade commented 1 year ago

In hindsight, I should have given the openSubmenu function an elementId parameter.