RFR: 8353488: Open some JComboBox bugs 3 [v2]
Sergey Bylokhov
serb at openjdk.org
Mon Apr 21 20:12:43 UTC 2025
On Mon, 21 Apr 2025 17:43:26 GMT, Alisen Chung <achung at openjdk.org> wrote:
>> Opening some JComboBox bugs
>
> Alisen Chung has updated the pull request incrementally with one additional commit since the last revision:
>
> add robot keyrelease
test/jdk/javax/swing/JComboBox/bug4248128.java line 56:
> 54: robot.waitForIdle();
> 55:
> 56: if (!combo.isPopupVisible()) {
combo fields here and in the next test are accessed on non EDT.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24767#discussion_r2052939467
More information about the client-libs-dev
mailing list