Hi Krishna, Below are the comments on the fix that you made.

 

1.      Based on the getSelectedIndex(), I think the selectedIndex should be 
initialized to -1. 0 seems to be a valid value.

2.      A test may be required to test out the behavior because as per the 
comment in the bug, the test SelecteCurrentItemTest.html should fail now on all 
platforms since the passing platforms software was changed.

 

Other than that the changes looks fine.

 

Thanks and regards,
shashi

 

From: Krishna Addepalli 
Sent: Monday, July 2, 2018 3:10 PM
To: awt-dev@openjdk.java.net
Subject: <AWT Dev> [12]RFR : JDK-8014503: AWT Choice implementation should be 
made consistent across platforms.

 

Hi All,

 

Please review a fix for JDK-8014503: 
https://bugs.openjdk.java.net/browse/JDK-8014503

Webrev: http://cr.openjdk.java.net/~kaddepalli/8014503/webrev00/

 

On Windows, the default behavior has been changed to not send an ItemEvent, if 
the same item is selected again, whereas this was not changed for Mac and Linux.

This fix changes that behavior, and makes it consistent for all the three 
platforms.

 

Thanks,

Krishna

Reply via email to