You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/08/17 03:59:48 UTC

[GitHub] [netbeans] timboudreau commented on issue #4510: Soft deadlock on clicking Manage in Inspect and Transform dialog

timboudreau commented on issue #4510:
URL: https://github.com/apache/netbeans/issues/4510#issuecomment-1217433589

   Well, AppKit is Mac OS's UI toolkit - but there is nothing to stop other OS's or look and feels from trying to add a container listener from some random thread, and if they can block the dialog opening, it will cause the same problem.
   
   Technically, AppKit shouldn't call AWT component methods from random threads, but we're not going to fix that.


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists