mbien commented on issue #6768: URL: https://github.com/apache/netbeans/issues/6768#issuecomment-1835282281
I think its a race condition. The first dialog disposes the moment the second appears which means the second dialog sometimes doesn't have the main window as parent, but a window which just closed - thats when the UI breaks as soon the main window is focused again. this workflow will create a dev build: https://github.com/apache/netbeans/actions/runs/7054584808?pr=6772 would be good if you could check if it fixes it for you. its working for me on linux, the window decorations seemed to make it easier to reproduce it for me. Tested with JDK 21.0.1 + X11. -- 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
