Tuesday, April 6, 2021
2 changes · master
Resolved issues and error corrections
This fix prevents the website editor from showing an error when the text selection is unexpectedly unavailable. It improves editing stability for users while a more complete cleanup fix is planned separately.
Original PR description
Note : This should be fix properly by calling destroy on the editor. So this is more of a quick and dirty fix, in before the detroy fix.(see [this task](https://www.odoo.com/web#id=2468804&action=333&active_id=1695&model=project.task&view_type=form&cids=1&menu_id=4720) for the destroy fix ) Odoo task : https://www.odoo.com/web#id=2497783&action=333&active_id=1695&model=project.task&view_type=form&cids=1&menu_id=4720 Bug report from LNA : > Stack of tracebacks Secret traceback level? https://youtu.be/EZ9-M6aAdlU https://pastebin.com/PSvQB5WS To replicate: https://youtu.be/Om4mh5I9k5g -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The website editor now shows a default icon for the media alignment toolbar button when editing content. This prevents a missing-icon visual glitch and makes the editor controls clearer for users.
Original PR description
Odoo task : https://www.odoo.com/web#id=2497783&action=333&active_id=1695&model=project.task&view_type=form&cids=1&menu_id=4720 bug report from LNA: > Missing icon? https://tinyurl.com/yzbmffx3 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr