odoo/odoo#194286
Created by fw-bot
Merged
at 0fa366dddc8f5c2ece111bb9ba28efe92f952d67
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: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