driebit / ginger

Ginger: awesome semantic CMS built on Zotonic
http://ginger.nl
Apache License 2.0
29 stars 9 forks source link

Fix search suggestions not being clickable #709

Closed cdfa closed 2 years ago

cdfa commented 2 years ago

This fixes Mantis 30804 and adds proper tabbing behaviour to the standard Ginger search bar:

  1. Enter on search button opens the search bar
  2. Pressing tab in the search bar closes the search bar (navigate search suggestions with arrow keys)
  3. Search input cannot be focused when it's hidden
  4. Ensure search toggle is focusable in Safari (Fix from Rietveld for Mantis 30717)