odoo/odoo#194287
Created by fw-bot
Merged
at 97db980e14eeb650560cdd4eaff1f56955867e1c
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
- label
- odoo-dev:master-18.0-fix-scroll-powerbox-iframe-lpe-nhPd-fw
- head
- 8e88fb08fb592667f8bac9efec7e8896f3a95f39
- 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