I am closing an about dialog when the user clicks out of the dialog. I have a focusLost() method in the dialog content component and I delete the parent dialog when focus is lost.
In Windows it works when I click another app or the main application window. On Mac it works if I click another app but if I click the main application the about dialog just goes to the background since focusLost() is not called.
Any idea why?