RFR: 8354219 : Automate javax/swing/JComboBox/ComboPopupBug.java [v9]

duke duke at openjdk.org
Tue May 6 16:55:16 UTC 2025


On Tue, 29 Apr 2025 01:23:00 GMT, Anass Baya <abaya at openjdk.org> wrote:

>> This test was designed to manually verify that clicking on the JComboBox when the frame containing it is about to close does not cause an IllegalStateException.
>> 
>> The test allowed the tester extra time to click on the JComboBox when closing the frame by adding a Thread.sleep() in the close button handler.
>> 
>> In this test, a JComboBox is displayed with a Close button at the bottom. The tester should click the Close button, then try to click the JComboBox arrow button to display the popup.
>> 
>> In the automated test, we save the JComboBox  location size before closing the frame. We then use this information to click on the JComboBox right before the frame is closed.
>
> Anass Baya has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Add waitforidle

@anass-baya 
Your change (at version ae836194f01f6622f0e7aba415cc2ab5b254b989) is now ready to be sponsored by a Committer.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/24624#issuecomment-2855285542


More information about the client-libs-dev mailing list