odoo/odoo#194286

Created by fw-bot
Merged at 0fa366dddc8f5c2ece111bb9ba28efe92f952d67

Statuses:

label
odoo-dev:saas-18.1-18.0-fix-scroll-powerbox-iframe-lpe-SgbD-fw
head
8019debd8b2575f7c62d6d142ab50052c2552df4
merged
9 months ago by JavaScript, Lucas Perais (lpe)
odoo/odoo
18.0 #193521
saas-18.1 #194286
saas-18.2
saas-18.3
saas-18.4
19.0
master #194287

[FW][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

Forward-Port-Of: #193521