[FIX] web_responsive: Complete search feature forward-porting

This commit is contained in:
Jairo Llopis
2018-08-01 11:26:20 +01:00
committed by Pedro M. Baeza
parent bcdce5aaf5
commit 5723f17fde
4 changed files with 55 additions and 95 deletions

View File

@@ -13,10 +13,10 @@ this module.
* Sticky header and footer in list view only works on certain browsers:
https://caniuse.com/#search=sticky (note that the used feature is in
`thead`).
* The ``AppDrawer`` JavaScript object currently extends ``Class``.
We should extend ``Widget`` instead.
* On Android (FireFox) - clicking the search icon does not
focus the search input.
* On Android (FireFox & Chrome) - clicking the search query input will
show the on screen keyboard for a split second, but the App Drawer
immediately closes and the keyboard closes with it.
* Filter menu items completely on client-side, to make it smoother and allow
users to filter on complete paths of menus and not only on the last item.