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

Phil Race prr at openjdk.java.net
Tue Sep 14 21:36:08 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/ProblemList.txt line 872:

> 870: java/awt/event/MouseEvent/SpuriousExitEnter/SpuriousExitEnter.java 8254841 macosx-all
> 871: java/awt/Focus/AppletInitialFocusTest/AppletInitialFocusTest1.java 8256289 windows-x64
> 872: java/awt/FullScreen/TranslucentWindow/TranslucentWindow.java 8258103 linux-all

When a jtreg test finds a failure and you fix the bug  it is customary to also update this test to add THIS bug ID to the list of tested bugs in the header of the test itself.

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

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



More information about the client-libs-dev mailing list