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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- 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
