RFR: 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 16:05:14 UTC 2022


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.

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

Commit messages:
 - Remove comment
 - Fix test for JComboBox change

Changes: https://git.openjdk.org/jdk/pull/10359/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=10359&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8294067
  Stats: 15 lines in 1 file changed: 5 ins; 8 del; 2 mod
  Patch: https://git.openjdk.org/jdk/pull/10359.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/10359/head:pull/10359

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



More information about the client-libs-dev mailing list