You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yep, the trigger click handler is stopping propagation. We should instead be checking if the click was inside the trigger node, rather than stopping the event from propagating.
Steps
Expected Result
The first Popup should close and the second should open
Actual Result
Both Popups stay open.
Version
0.64.4
Testcase
Here's an example:
http://codepen.io/anon/pen/XpVqKq
It happens on the doc page as well:
The text was updated successfully, but these errors were encountered: