-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 8
-
Component/s: javafx
-
None
The Window.EventHandler.handleScreenChangedEvent() notification can be fired even when the screen the window is on hasn't changed. We need to override equals/hashCode() and check the screens equality before issuing a notification.