On Thu, 15 May 2025 14:24:36 GMT, Anass Baya <ab...@openjdk.org> wrote:

> Did you try to reproduce the bug manually first with b25 before proceeding 
> with the automated test ?

Yes, I tried with the manual applet test with b25 and b29.
There is an exception thrown (related with security permission) for the first 
time whenever Show File Dialog button is clicked but on next click File Dialog 
is shown and it's getting closed on `ESC` press.

The behavior is same for b25 and b29 both.

For automated test, it's same behavior and there is no exception thrown.
Debug prints for b25 and b29:

     Show File Dialog
     Set File Dialog Visible
     Press ESC Button
     Before latch countDown : 2
     After latch countDown : 1
     Show File Dialog
     Set File Dialog Visible
     Press ESC Button
     Before latch countDown : 1
     After latch countDown : 0

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

PR Comment: https://git.openjdk.org/jdk/pull/25184#issuecomment-2884210888

Reply via email to