Review Request: JDK-8175963: ChoiceBox using events from ComboBox
Ambarish Rapte
ambarish.rapte at oracle.com
Mon Apr 10 17:00:34 UTC 2017
Hi Jonathan, Ajit,
Please review this fix,
Bug : https://bugs.openjdk.java.net/browse/JDK-8175963
Webrev: http://cr.openjdk.java.net/~arapte/fx/8175963/webrev.03/
Issue:
EventType from class ComboBoxBase were used with ChoiceBox class in method ChoiceBox.setShowing().
Fix:
Corrected the EventType in ChoiceBox.setShowing() & added a test.
Similar changes are done for MenuButton
Verification:
Verified the :controls:test. This change does not cause any failure.
Regards,
Ambarish
More information about the openjfx-dev
mailing list