Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
5.15, 6.2.1
-
3bb72d31fc18b031bc823d80fec91ee3351d25a2
Description
When changing the target of a Binding, the old target binding is not restored.
One would expect that if the Binding doesn't handle the old target anymore, it should restore it to how the target was before being handled (according to the restoreMode).
Attached is a code example reproducing the issue. The commented code is a workaround by abusing Behavior to disable and reenable the Binding on target change.