RFR: JDK-8285893: Hiding dialog and showing new one causes dialog to be frozen [v3]
Marius Hanl
mhanl at openjdk.org
Fri Mar 1 22:17:10 UTC 2024
On Fri, 1 Mar 2024 21:33:16 GMT, Martin Fox <mfox at openjdk.org> wrote:
> The output I would expect would be:
>
> ```
> enter1
> exit1
> enter2
> exit2
> 456
> 123
> ```
You are right, this sounds correct.
> By the way, when I grab the code in the original bug report and run it agains this PR the innermost modal is not blocked and everything seems fine. But if I press the Close button exceptions start getting thrown. This is happening on both Mac and Windows.
Can you post the exception? I may know which one and I already fixed one locally, testing it currently.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1324#issuecomment-1974005439
More information about the openjfx-dev
mailing list