On Fri, 17 Sep 2021 16:33:10 GMT, Alisen Chung 
<[email protected]> 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 inLiveResize in AWTWindow

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

> 36:  * @bug 8254841
> 37:  * @summary Tests spurious firing of mouseEntered and mouseExit on resize
> 38:  * @run main ResizeMouseExitEnterMisfire

I guess the test should be marked headful.
Also, did you test on all platforms by giving CI job since you did not mark it 
only for mac?
It seems it fails on windows.

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

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

Reply via email to