Skip to content
Snippets Groups Projects
Commit 142684db authored by Guillaume Dieleman's avatar Guillaume Dieleman Committed by Guillaume (gdi)
Browse files

[IMP] web_editor: add touchscreen support for the editor


Before this commit, website and email editing was very limited on
devices that have a touchscreen. The blocks tab, the we-lists, ... were
unusable.
Example of issues (on a device that has a touchscreen):
- The users cannot drag & drop snippets in the page.
- The users cannot reorder the values of a multiple checkboxes field.
- ...

This commit allows to handle touchscreen events by translating them
into mouse events to allow users to fully use the editor.

opw-3195487

closes odoo/odoo#114485

Signed-off-by: default avatarQuentin Smetz (qsm) <qsm@odoo.com>
parent 4bd34c28
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment