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 2018/02/06 23:04:50 UTC

[GitHub] emilianbold opened a new pull request #411: Fixes bug that prevents NetBeans from quitting on macOS

emilianbold opened a new pull request #411: Fixes bug that prevents NetBeans from quitting on macOS
URL: https://github.com/apache/incubator-netbeans/pull/411
 
 
   Fixes bug that prevents NetBeans from quitting on macOS if the user previously canceled a quit
   
   Multiple issue about how pressing Cancel on the macOS 'Quit NetBeans' menu prevents the users from even quitting.
   
   > https://netbeans.org/bugzilla/show_bug.cgi?id=268549
   > https://netbeans.org/bugzilla/show_bug.cgi?id=271946
   > https://netbeans.org/bugzilla/show_bug.cgi?id=269724
   > (probably) https://netbeans.org/bugzilla/show_bug.cgi?id=247690
   
   Brought to my attention by Marco Rossi on the users@ mailing list.
   
   It's a workaround but it has low impact. We could also call all the time `response.cancelQuit()` since it might not impact anything when a `System.exit` arrives but it seems odd to call it all the time.
   
   Awaiting feedback.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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