On Thu, 17 Oct 2024 19:05:39 GMT, Alisen Chung <ach...@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