RFR: 8254841: [macos] Enter and Exit events shouldn't be sent whilst resizing [v9]

Alisen Chung github.com+90066231+alisenchung at openjdk.java.net
Mon Oct 4 15:40:11 UTC 2021


On Fri, 1 Oct 2021 22:28:10 GMT, Alisen Chung <github.com+90066231+alisenchung at openjdk.org> wrote:

>> Added a resizing flag when the window is currently being resized to block mouseEntered and mouseExited events from being posted to that window.
>
> Alisen Chung has updated the pull request incrementally with one additional commit since the last revision:
> 
>   removed synthesizeMouseEnteredExitEvent call

I added a keyListener to SpuriousExitEnter test to enter and exit fullscreen with GraphicsDevice on a specific keypress and I wasn't able to get NSLog to show up in AWTWindow. What test were you able to see the trace and did it also post a mouseEntered/mouseExit event properly?

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

PR: https://git.openjdk.java.net/jdk/pull/5497



More information about the client-libs-dev mailing list