Integrated: 8294067: [macOS] javax/swing/JComboBox/6559152/bug6559152.java Cannot select an item from popup with the ENTER key.
Damon Nguyen
dnguyen at openjdk.org
Tue Sep 20 18:18:02 UTC 2022
On Tue, 20 Sep 2022 15:57:24 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.
This pull request has now been integrated.
Changeset: 3b438a68
Author: Damon Nguyen <dnguyen at openjdk.org>
Committer: Alexander Zvegintsev <azvegint at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/3b438a68ea605959edcb836e116f29a4a55c31fa
Stats: 17 lines in 1 file changed: 9 ins; 5 del; 3 mod
8294067: [macOS] javax/swing/JComboBox/6559152/bug6559152.java Cannot select an item from popup with the ENTER key.
Reviewed-by: azvegint, psadhukhan
-------------
PR: https://git.openjdk.org/jdk/pull/10359
More information about the client-libs-dev
mailing list