Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.1B1
-
Mac 10.6
Description
In ChildDiffLoader.nodePropertyChanged the oldValue is not passed to descriptor.writeProperty. This can cause a problem for people trying to observe changes to objects since if the newValue is null current it makes it look like oldValue is also null resulting in no change. The actual oldValue needs to be passed so that client code has the right information to react correctly.