Does anyone have a suggestion on how to best solve this case:
I have 3 panels
A panel has some boxes, when clicked a panel with a popup list shows up in front of this panel
When the mouse leave the area, I wish to hide the popup panel.
I tried to use OnMouseExit() on the underlaying panel. But this will trigger when mouse enters the popup panel as well. As it should.
How would you guys solve this case?
Thank you for your time
EDIT: I am also looking for a way to close/hide the panel if the user clicks anywhere but the popup list