I does look like a bug in 
org.netbeans.modules.applemenu.NbApplicationAdapterJDK8.handleQuitRequestWith(AppEvent.QuitEvent
 e, QuitResponse response)

Seems to me that when the user cancels QuitResponse.cancelQuit should be called.

Actually, the Javadoc is quite clear 
https://docs.oracle.com/javase/9/docs/api/java/awt/desktop/QuitHandler.html :

> Implementors must call either QuitResponse.cancelQuit(), 
> QuitResponse.performQuit(), or ensure the application terminates.

Please report the bug for NETBEANS on the Apache Jira: issues.apache.org/jira/

Great find! Seems to me the whole exit action design is unable to send an 
answer back in case of cancel.

I also see this has been reported multiple times in the old Bugzilla:

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

--emi

-------- Original Message --------
 On 6 February 2018 11:22 PM, Marco Rossi <ma...@markreds.it> wrote:

>Hi Emilian,
> I’ve created this small project (attached here as a zip, hope it’s ok) and 
> got the same issue. Please note that this seems to be related to OS X only 
> (in Windows it works).
> My environment is Netbeans IDE 8.2 on OS X 10.11.6 with Java 1.8.
>
>
>
>
>
>>Il giorno 06 feb 2018, alle ore 19:05, Emilian Bold 
>>emilian.b...@protonmail.ch ha scritto:
>>Might be something more subtle, I know I could be able to press Cancel with 
>>Salvables.
>>Can you create a simple project that reproduces this problem?
>>--emi
>>
>
>
>
>
>To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: users-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
>https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

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

Reply via email to