-
Bug
-
Resolution: Fixed
-
P3
-
fx2.0
When a property is unidirectionally bound to an external target and the value of the target changes, the store() method of the property will not be invoked. Therefore any behavioral clamping of the value to the range supported by the underlying implementation, setting of a "change requested" flag and the like implemented via an overridden store() method will not occur.