-
Bug
-
Resolution: Not an Issue
-
P2
-
None
-
fx2.0
-
Windows 7
Product: javafx-2.0beta
Platform: windows-i586
Build-Number: 171
Build-ID: 2011-05-31_19-32-58
Run the attached code. Actually it creates the "on replace" behavior in invalidated() method of local ObjectProperty that is bound to some other value. You could see that this on replace handler works directly after invocation, however, if you select items in the tree you'll not get invalidated handler executed. It looks like the object gets garbage collected. I believe this is incorrect.