Jairo Llopis 771ab61d0b [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.
2019-04-16 08:12:38 +01:00
2019-03-18 13:38:54 +00:00
2019-04-03 03:30:00 +00:00
2019-04-03 03:30:00 +00:00
2018-11-26 18:01:51 +00:00
2019-04-03 03:30:00 +00:00
2019-03-03 16:18:59 +00:00
2019-04-08 14:39:22 +00:00
2018-09-27 02:40:55 +02:00
2018-09-27 02:40:55 +02:00

Runbot Status Build Status Coverage Status

Web addons for Odoo

This project aims to deal with modules related to the webclient of Odoo. You'll find modules that:

  • Add facilities to the UI
  • Add widgets
  • Ease the import/export features
  • Generally add clientside functionality
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%