Monday, February 19, 2024
2 changes · 17.0
Enhancements to existing features
Mobile users now see the homeworking scheduling controls in a dialog instead of a popover. This prevents the scheduling box from covering action buttons, making the workflow easier to complete on phones.
Original PR description
On mobile, the homeworking popover was conflicting with the `#scheduling_box`. The latter was covering the buttons of the popover. To solve this, we replace the popover by a dialog on mobile. task-3630139 part of task-3575827 | Before | After | |--------|--------| |  | <img width="381" alt="Capture d’écran 2024-02-19 à 10 42 06" src="https://github.com/odoo/odoo/assets/80679690/c4c1bebb-3137-41d2-a69a-76083a549ddd"> | --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Resolved issues and error corrections
Users experienced an unwanted scrollbar appearing in the spreadsheet share dropdown menu when using non-English languages like French (BE). This fix adjusts the dropdown menu height to display properly without the unnecessary scrollbar, improving the user experience across different language settings.
Original PR description
## Description: Previously, an issue was observed where the dropdown menu of the spreadsheet's share button displayed a scroll bar when users had selected a different language, such as French (BE). This PR addresses the problem by setting the height of the dropdown menu to auto, thereby resolving the issue of unnecessary scroll bar. Task ID: [3742260](https://www.odoo.com/web#id=3742260&cids=2&menu_id=4720&action=333&active_id=2328&model=project.task&view_type=form) Forward-Port-Of: odoo/odoo#153834