Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MDL-83493 theme_boost: Fix popover triggering
Popovers were not being closed when clicking elsewhere resulting in multiple popovers open at the same time that cannot be closed. That was happening because the trigger for popovers was set to "focus" and "click" at the same time. This patch removes the "click" as trigger. Also, adds the click event listener to show the popover and avoid the problem described in MDL-82570, that caused this regression.
- Loading branch information