-
- Downloads
[FIX] web_editor: readonly links opening in the same tab
Before this commit, when viewing the content of an html field in
readonly mode, internal links (same origin or relative links) that did
not have the target attribute set to "_blank" would be opened in the
same browser tab. This is undesired, and particularly disturbing when
the content is inside an iframe.
This commit ensures that, in readonly mode, all links are opened
in a new tab.
task-3323602
closes odoo/odoo#125024
Signed-off-by:
David Monjoie (dmo) <dmo@odoo.com>
Please register or sign in to comment