As the suggestion says. When you open a popup by clicking a button, you need to click outside the button to close it, while pressing the button will do nothing. This can be easily overridden but it seems better to have a native solution for this, as I see it as a more intuitive way to handle the behaviour.
Are you using “popup” property of a button or a custom click action on a button.
In second case, when you clicking on the button the click code will be triggered and popup will be shown - that is valid scenario and can be fixed by customizing the code on the button ( adding isVisible check before calling show on the popup )
Using the popup property. And yes, I know it’s an easy fix, I just believe that it should be the native way to handle it, as it seems much more intuitive. This is only a suggestion, though.
In case of popup property - I’m agree.
It will be logical to close popup on second click. I will add it to the list of improvements for the next major update.