Wednesday, March 6, 2019
1 change · 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