RFR: 8254841: [macos] Enter or Exit events are shouldn't be displayed while resizing [v3]

Pankaj Bansal pbansal at openjdk.java.net
Thu Sep 16 06:16:48 UTC 2021


On Wed, 15 Sep 2021 14:42: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:
> 
>   updated test

test/jdk/java/awt/event/MouseEvent/ResizeMouseExitEnterMisfire/ResizeMouseExitEnterMisfire.java line 167:

> 165: 
> 166:     public void done() {
> 167:         frame.dispose();

This also needs to be done on EDT thread

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

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



More information about the client-libs-dev mailing list