Skip to content
Snippets Groups Projects
Commit 6db128f7 authored by Rodolpho Lima's avatar Rodolpho Lima
Browse files

[FIX] web_editor: prevent colorpicker close on click


Since Bootstrap was updagraded to 5.1.3, `ev.clickEvent` is no longer a
`JQuery.Event`. Therefore, the `originalEvent` property does not exist
anymore, and `__isColorpickerClick` can be accessed directly from
`ev.ClickEvent`.

By checking for the non-existent `originalEvent` property, the mechanism
that enables the colorpicker to remain open when clicked was being hindered.
Note that this handler's `ev` remains a `JQuery.Event`, and if a handler
returns `false`, it will prevent the default action and stop the event
propagating.

task-3274987

closes odoo/odoo#118602

Signed-off-by: default avatarDavid Monjoie (dmo) <dmo@odoo.com>
parent ab5670f9
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