Sunday, September 29, 2024
1 change · 18.0
Resolved issues and error corrections
This update fixes minor visual issues in the website loading screen, including animation sizing problems in Firefox and misplaced text when messages are long. It helps make the loading experience look more consistent and polished across browsers.
Original PR description
This PR resolves several minor `website_loader` visual glitches. The first fix addresses Firefox miscalculating fixed image sizes in the "filmstrip" animation. Fixed image sizes were necessary to achieve a seamless looping effect. However, since the animation doesn't last long enough for a full loop and the approach isn't fully cross-browser compatible, fine-tuned classes and sizes were removed. The flex layout now adjusts image sizes based on available space. The second fix resolves a layout misplacement for the `currentWaitingMessage` when rendering long strings in a flex layout. Additionally, this commit scopes the `o_website_loader_container_content` max-width property to only apply when the animation block is visible. task-4214353 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr