RFR: 8294067: [macOS] javax/swing/JComboBox/6559152/bug6559152.java Cannot select an item from popup with the ENTER key. [v2]
Damon Nguyen
dnguyen at openjdk.org
Tue Sep 20 17:02:15 UTC 2022
On Tue, 20 Sep 2022 16:08:58 GMT, Alexander Zvegintsev <azvegint at openjdk.org> wrote:
>> Damon Nguyen has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Re-add click. Update mouse position
>
> test/jdk/javax/swing/JComboBox/6559152/bug6559152.java line 100:
>
>> 98:
>> 99: private static void test() throws Exception {
>> 100: robot.mouseMove(p.x, p.y);
>
> Are we still need this? There is no more mouse click.
I re-added the mouse click and took Prasanta's advice to just center the mouse on the combobox, instead of adding to the y position by 1.
-------------
PR: https://git.openjdk.org/jdk/pull/10359
More information about the client-libs-dev
mailing list