Jairo Llopis 9b6c308012 [FIX] web_responsive: Skip re-search when not writing
When the user uses TAB or SHIFT+TAB to navigate in search results, he can trigger a SHIFT-only keydown event without noticing, which would reset the selected result position to the first or last.

It is disturbing, so, to avoid that problem, the re-search is only triggered if the currently pressed key has length=1 or is Backspace, which will skip most keys that are not actually writing a character into the search input, like i.e. "Shift", "Alt", "F4", etc.

In addition to that, to detect if the search results is empty, the `:empty` selector is not trustable because it considers not empty nodes with whitespace-only content. That has been patched too.
2023-11-17 00:37:42 +02:00
2023-11-07 15:15:20 +01:00
2023-11-12 15:13:53 +01:00
2023-11-07 15:15:20 +01:00
2023-11-07 15:15:20 +01:00
2023-11-07 15:15:20 +01:00
2023-11-12 15:13:53 +01:00
2023-11-07 15:15:20 +01:00
2023-11-07 15:15:20 +01:00
2023-11-07 15:15:20 +01:00
2023-11-07 15:15:20 +01:00
2023-11-07 15:15:20 +01:00
2023-11-15 18:04:29 +00:00

Runboat Pre-commit Status Build Status codecov Translation Status

web

TODO: add repo description.

Available addons

addon version maintainers summary
web_environment_ribbon 17.0.1.0.0 Web Environment Ribbon

Licenses

This repository is licensed under AGPL-3.0.

However, each module can have a totally different license, as long as they adhere to Odoo Community Association (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%