Jairo Llopis b40eac7350 [FIX] web_responsive: Allow searching apps in mobile Chrome
This patch fixes #1251.

The keydown event is faked in mobile chrome because it's not something reliable due to today's virtual keyboards prediction features. Typing a <kbd>C</kbd> character doesn't mean it will be there when user uses autocorrection/autoguessing.

Instead of that, we use now the `keydown` event exclusively for movement features, and `input` event exclusively for content changes in the search input element.

Apart from fixing search in mobile Chrome, it also makes code more readable.

The search input also disables autocompletion since it would be useless and annoying here.
2021-11-15 15:27:47 +03:00
2021-11-15 07:36:39 +00:00
2021-11-15 07:36:39 +00:00
2021-11-13 11:06:51 +00:00
2021-10-17 17:13:06 +02:00
2021-11-10 22:54:50 +01:00
2021-10-17 17:13:06 +02:00
2021-10-17 17:13:06 +02:00
2021-10-17 17:13:06 +02:00
2021-10-17 17:13:06 +02:00
2021-10-17 17:13:06 +02:00
2021-10-17 17:13:06 +02:00
2021-10-17 17:13:06 +02:00
2021-10-17 17:13:06 +02:00
2021-11-15 07:36:38 +00:00

Runbot Status Build Status codecov Translation Status

web

TODO: add repo description.

Available addons

addon version maintainers summary
web_environment_ribbon 15.0.1.0.0 Web Environment Ribbon
web_m2x_options 15.0.1.0.0 web_m2x_options

Licenses

This repository is licensed under AGPL-3.0.

However, each module can have a totally different license, as long as they adhere to OCA policy. Consult each module's __manifest__.py file, which contains a license key that explains its license.


OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

Description
Odoo web client UI related addons
Readme 306 MiB
Languages
JavaScript 69.3%
HTML 24.2%
Python 3.9%
SCSS 1.8%
CSS 0.8%