Integrated: 8299309: Test "java/awt/Dialog/ModalDialogTest/ModalDialogTest.java" fails because new frame was not displayed when "New Frame" button was clicked

Tejesh R tr at openjdk.org
Wed Jan 11 07:38:20 UTC 2023


On Thu, 5 Jan 2023 05:26:26 GMT, Tejesh R <tr at openjdk.org> wrote:

> Windows count check was added as part of [JDK-8290469](https://bugs.openjdk.org/browse/JDK-8290469) fix, to avoid window positional shift which happens during application startup. The condition handled only for windows type of Window and not for Frame/Dialog which is the root cause for the bug. I have updated the condition for other Window types as a fix.

This pull request has now been integrated.

Changeset: 95b102c9
Author:    Tejesh R <tr at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/95b102c9b1e6a46771f4bea0ca2101c05476172d
Stats:     1 line in 1 file changed: 0 ins; 0 del; 1 mod

8299309: Test "java/awt/Dialog/ModalDialogTest/ModalDialogTest.java" fails because new frame was not displayed when "New Frame" button was clicked

Reviewed-by: honkar, dnguyen, psadhukhan

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

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



More information about the client-libs-dev mailing list