RFR: 8254841: [macos] Enter and Exit events shouldn't be sent whilst resizing [v9]
Sergey Bylokhov
serb at openjdk.java.net
Mon Oct 4 18:28:12 UTC 2021
On Mon, 4 Oct 2021 15:37:31 GMT, Alisen Chung <github.com+90066231+alisenchung at openjdk.org> wrote:
> What test were you able to see the trace and did it also post a mouseEntered/mouseExit event properly?
I just added the fprintf(stderr, "windowDidEnterExitFullScreen\n");
to the AWTWindow.m#windowDidEnterFullScreen/windowDidExitFullScreen
and see that the logging is printed.
-------------
PR: https://git.openjdk.java.net/jdk/pull/5497
More information about the client-libs-dev
mailing list