RFR: 8294067: [macOS] javax/swing/JComboBox/6559152/bug6559152.java Cannot select an item from popup with the ENTER key. [v4]

Prasanta Sadhukhan psadhukhan at openjdk.org
Tue Sep 20 17:21:22 UTC 2022


On Tue, 20 Sep 2022 17:17:40 GMT, Damon Nguyen <dnguyen at openjdk.org> wrote:

>> The newly fix-sized JComboBox has its dropdown menu opened with this test's mouse click. The goal of the test is to focus the JComboBox, open the dropdown menu, and select the 2nd option of the menu using arrow keys and ENTER key. Since the JComboBox is focused without the click already, the click can be removed.
>
> Damon Nguyen has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Use dimension width and height

Marked as reviewed by psadhukhan (Reviewer).

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

PR: https://git.openjdk.org/jdk/pull/10359



More information about the client-libs-dev mailing list