Wednesday, March 10, 2021
1 change · master
Resolved issues and error corrections
This fix prevents a fullscreen notification layer on website pages from blocking clicks on content underneath it. Users can now interact normally with items at the top of the page while the indication remains available visually.
Original PR description
As the container div of the fullscreen indication stays on the page to be displayed, it was obstructing the click events of the elements it was displayed on. The user could not access what was on top of the screen. The solution was to remove pointer events for that div so that it doesn't interfere with other elements on the page. Related to https://github.com/odoo/odoo/pull/65255 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr