Saturday, January 18, 2025
1 change
Resolved issues and error corrections
This fixes an issue in the HTML editor where users editing content inside an embedded frame could not hover or select Powerbox commands after scrolling the menu. The change makes the editing menu respond as expected, reducing friction when choosing formatting or content commands.
Original PR description
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