RFR: 8254841: Enter or Exit events are shouldn't be displayed while resizing

Alexander Zuev kizune at openjdk.java.net
Tue Sep 14 21:05:50 UTC 2021


On Mon, 13 Sep 2021 18:03:39 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.

test/jdk/java/awt/event/MouseEvent/SpuriousExitEnter/ResizeMouseExitEnterMisfire.java line 1:

> 1: import java.awt.Rectangle;

Any code we submit to the openjdk workspace should have a proper copyright header - test included. You can borrow it from any recently submitted or edited test.

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

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



More information about the client-libs-dev mailing list