Daily updates from Odoo
Friday, May 3, 2024
1 change · saas-17.1
Resolved issues and error corrections
A visual flicker issue in the mass mailing template has been resolved. This change ensures the sidebar loads smoothly and correctly, eliminating a distracting visual glitch for users creating and managing email marketing campaigns. This improves the overall user experience.
Original PR description
Issue: ====== mass mailing template flicker while loading. Steps to reproduce the issue: ============================= - Go to email marketing - Create a new mass mailing Origin of the issue: ==================== The sidebar with id `oe_snippets` is being loaded but transformed with translateX to be outside the html_field but there is some space left between the field and the chatter so a part of it will be shown. Solution: ========= Force the display attribue of the sidebar to be `none` at the start and remove it after being completely loaded. task-3792995