Tuesday, February 15, 2022
3 changes · master
Resolved issues and error corrections
Fixed an issue where the real-time communication control options could open as an empty popover. Users can now see and use the available options as intended, reducing confusion during messaging or calls.
Original PR description
Before this commit, the popover containing the options of the rtc controller was rendered empty. This was because the `t-set` was used instead of `t-set-slot`. This commit fixes this issue.
This fixes an issue where automatic focus behavior did not work correctly in mobile mode after a previous API change. Mobile users should see more reliable cursor placement and smoother form interaction without any change to their workflow.
Original PR description
In https://github.com/odoo/odoo/commit/4308de6aab93630c2c24a2d1d2ffd2db4e1d4b6b, the API of useAutofocus was modified but only partly leading to problems in mobile mode. We make the appropriate correction.
This update adds coverage to ensure the mobile control panel search bar works correctly after a related autofocus change. It helps prevent mobile users from encountering search input issues in the Odoo web interface.
Original PR description
In https://github.com/odoo/odoo/commit/4308de6aab93630c2c24a2d1d2ffd2db4e1d4b6b, the API of useAutofocus was modified but only partly leading to problems in mobile mode. The correction is brought in https://github.com/odoo/odoo/pull/84541. Here we add a test of the control panel in mobile mode to make sure that the search bar in which the problem did occur is tested.