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
{{ message }}
This repository was archived by the owner on Mar 4, 2020. It is now read-only.
Click should not be considered as a click 'outside' pop-up since, dialog is a child of the pop-up.
Actual Result
Dialog and pop-up close with a click inside the dialog because Pop-up doesn't register the dialog as a child hence, during the calculations to find whether the click was inside of the children returns false and pop-up closes. This results in closing of the whole React tree since, for React it is infact the child.
Issue doesn't repro with Popup as a child of a Popup.