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

Alisen Chung github.com+90066231+alisenchung at openjdk.java.net
Fri Oct 1 22:13:38 UTC 2021


On Wed, 29 Sep 2021 22:29:19 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:
> 
>   added check for fullscreen mode to synthesize mouseEntered event

I think synthesizeMouseEnteredExitedEventsForAllWindows shouldn't be in deliverMoveResizeEvent since there shouldn't be any mouseEnter/Exit events during a resize or move and I can submit another bug for didWindowEnterFullscreen and didWindowExitFullscreen not being called/not posting mouseEvents that I can work on separately..

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

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



More information about the client-libs-dev mailing list