odoo icon indicating copy to clipboard operation
odoo copied to clipboard

[FIX] web: fix action dropdown not closing on click in mobile

Open sdegueldre opened this issue 2 years ago • 1 comments

In mobile, when there are too many action buttons in the control panel, they are put inside of a dropdown menu. Because view buttons call preventDefault on their click event, this event can't bubble up to the dropdown and allow it to close, which is undesirable. This commit fixes that.

-- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr

sdegueldre avatar Aug 12 '22 12:08 sdegueldre

fixed in https://github.com/odoo/odoo/pull/98399

sdegueldre avatar Aug 19 '22 07:08 sdegueldre