RFR: 8196017: java/awt/Mouse/GetMousePositionTest/GetMousePositionWithPopup.java fails
Alexander Zuev
kizune at openjdk.java.net
Fri Oct 29 09:24:30 UTC 2021
On Fri, 29 Oct 2021 06:34:52 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
> I have tried to run this test on macOS as a standalone code, and it hangs. The second frame is never disposed and still visible on the screen, not sure why.
Yep, it works fine running from JavaTest but hangs when running from IDE, looks like extra mouseMove event being generated and we create extra frame. Luckily, that's easy to fix.
-------------
PR: https://git.openjdk.java.net/jdk/pull/6128
More information about the client-libs-dev
mailing list