mbien opened a new pull request, #6772: URL: https://github.com/apache/netbeans/pull/6772
The modal project-group dialog can open a modal create-group dialog as last action before it disposes. This apparently creates a race condition since the create-group dialog can receive a parent which just disappeared - leading to weird UI behavior. `SwingUtilities.invokeLater `seems to be sufficient to make sure the first dialog is gone before the second opens so that it can get a proper parent, which is usually the main window. + minor cleanup fixes #6768 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
