odoo/odoo#193521
Created by JavaScript, Lucas Perais (lpe)
Merged
at b7d54aa4b5a53dd3982bf4976168824bf630c9e3
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/template: Contact runbot team on discord for help.
- 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: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