EmicoEcommerce / Magento2Tweakwise-archived

Magento 2 module for Tweakwise integration
Other
9 stars 25 forks source link

Search: displayed searchresults is stuck #10

Closed mediactbv closed 7 years ago

mediactbv commented 7 years ago

When using the search, the displayed searchresults will appear > this is fine. When you click random on a empty space you expect the displayed searchresults to close. This does not happen which makes you unable to browse properly.

Environment

Steps to reproduce

  1. enter a search term with results, the autocomplete will appear with search results
  2. try to close the window, this can only be done by pressing ESC

Actual result

  1. by clicking outside the search dropdown the searchdropdown will not close

Expected result

  1. by clicking outside the search dropdown the searchdropdown should close
Fgruntjes commented 7 years ago

The search module is using the default magento autocomplete search. See also src/view/frontend/web/form-mini.js. We have tested this and it is working as expected on the default theme.