-
Bug
-
Resolution: Fixed
-
P3
-
fx2.0
The mediaPlayerProperty invalidated() method only adds listeners to the new MediaPlayer but does not remove them from the old MediaPlayer as get() in both if-blocks always returns the new value of the property. Hence the listeners are not removed from the former Media or MediaPlayer objects.