Tuesday, January 26, 2021
1 change · master
Resolved issues and error corrections
This fix ensures that, on mobile, opening the full search view from a Pivot screen no longer leaves a row dropdown stuck open. It improves the reliability of mobile navigation and prevents confusing leftover menus in the interface.
Original PR description
In mobile the Pivot drop down remains open when the user clicks on the
full search view (form Control Panel)
This is due because there is a stop propagation on the full search icon.
Steps to reproduce:
* Open a App with a Pivot view
* Select the Pivot view
* Click on one row to open the drop down
* Click on the Full Search icon ('.o_toggle_searchview_full.fa-filter')
* Click back arrow, drop down is still open => BUG
Task ID: 2439742