Skip to content
Snippets Groups Projects
Commit 8b89a5a5 authored by xO-Tx's avatar xO-Tx
Browse files

[FIX] web_editor: fix anchor range selection

When we double click a form submit anchor, and depending on the selected
element before click, the selection range ("document.getSelection()") can
start from a parent of the targeted node. This will send a wrong range
to be used in LinkDialog widget.

The goal of this commit is to prevent this behaviour by adjusting the range
if it starts from anchor parent.

Note: the bug only occurred in Firefox.

Part of https://github.com/odoo/odoo/pull/62206


task-2381305

closes odoo/odoo#62206

Signed-off-by: default avatarQuentin Smetz (qsm) <qsm@odoo.com>
parent d9cb3876
No related branches found
No related tags found
Loading
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