RFR: 8340494: Open some dialog awt tests 4 [v4]

Harshitha Onkar honkar at openjdk.org
Thu Oct 17 19:18:59 UTC 2024


On Thu, 17 Oct 2024 19:05:39 GMT, Alisen Chung <achung at openjdk.org> wrote:

>> test/jdk/java/awt/Dialog/ModalExcludedTest.java line 80:
>> 
>>> 78:                 behave the same way as there is no modal dialog shown. Verify
>>> 79:                 this by pressing mouse buttons and typing any keys. The
>>> 80:                 RootFrame would be modal blocked - verify this too
>> 
>> ` RootFrame would be modal blocked - verify this too`
>> 
>> How to verify this? Does it mean that we cannot close the RootFrame without closing the modal?
>
> yup, the RootFrame is deactivated and can't be interacted with

Got it. Looks like I was checking the "Modal excluded" Frame instead of the RootFrame.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/21479#discussion_r1805296926


More information about the client-libs-dev mailing list