mbien commented on PR #5530:
URL: https://github.com/apache/netbeans/pull/5530#issuecomment-1442172084

   the progress handle is causing a UX issue during shutdown. The IDE will open 
the warning dialog when background processes are still active while the user is 
trying to close the IDE, you probably didn't notice this since during dev time 
   `tryme.arg.hack=-J-Dnetbeans.full.hack=true` is set in 
`nbbuild/build.properties` and the dialog won't show up.
   
   
   
![exit_warning](https://user-images.githubusercontent.com/114367/220983319-2f7a6bad-a508-4df0-8730-030599b52904.png)
   
   
   The problem is that this dialog is opened **before** 
`HttpServerModule.close()` is called so there doesn't seem to be a clean way to 
fix this. Maybe @neilcsmith-net knows a trick.


-- 
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

Reply via email to