Daily updates from Odoo
Wednesday, March 6, 2019
2 changes · master
Resolved issues and error corrections
Fixes an issue where the website editor could incorrectly detect focus when the selected item was already a media element. This helps prevent editing interruptions and supports more reliable editor behavior after internal Promise-related changes.
Original PR description
Issue detected with tests in the branch that replace deferred by native Promise. Need to add isMedia to detect if the target is already a media when focus the editor. 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
This update fixes issues that could cause the website editor's rich text tools to break when iframe loading is interrupted. It also removes a duplicate field registration, reducing the chance of inconsistent behavior in form fields.
Original PR description
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