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/04/04 12:26:54 UTC

[GitHub] svatoun opened a new pull request #482: Better consistency between SaveCookie presence and modified status

svatoun opened a new pull request #482: Better consistency between SaveCookie presence and modified status
URL: https://github.com/apache/incubator-netbeans/pull/482
 
 
   The overriden setModified() removes save cookie if the "modified" status is false. The trouble is, that if during invocation of listeners, ..., some cod manages to get the object un-modified again for some reason. Then the cookie is not removed since (local) modified variable no longer corresponds the isModified() result.
   The object reports isModifed() == false, but has saveCookie, which enables actions etc.
   
   I'd need the change in JS DataObject, but I put it to other DataObjects that I found overriding setModified too.

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