-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: fx2.0
-
Component/s: javafx
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.