odoo/odoo#193521

Created by JavaScript, Lucas Perais (lpe)
Merged at b7d54aa4b5a53dd3982bf4976168824bf630c9e3

Statuses:

label
odoo-dev:18.0-fix-scroll-powerbox-iframe-lpe
head
6e0f3587024eebc9021c948660d43d4935c6eb52
merged
9 months ago by JavaScript, Francois Georis (fge)
odoo/odoo
18.0 #193521
saas-18.1 #194286
saas-18.2
saas-18.3
saas-18.4
19.0
master #194287

[FIX] html_editor: powerbox scroll and hover when document in iframe

Have the edited document in an iframe.
Spawn the Powerbox, Scroll the powerbox.

Without letting the mouse out of the powerbox, try to hover a command

Before this commit, this did not work. It was because of a piece of code that prevents selection of commands during scrolling, probably to avoid re-renders.

After this commit, this use case works as expected.

Description of the issue/feature this PR addresses:

Current behavior before PR:

Desired behavior after PR is merged:


I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr