On Wed, 22 Sep 2021 17:53:09 GMT, Alisen Chung <[email protected]> wrote:
> Before the changes the mouseEntered and mouseExited events would constantly > fire, while after the fix only a mouseEntered event would fire Does it mean that after the fix we will post a few enter events w/o exit events? Then it is worse than posting enter/exit events that are paired, even if we will post many such pairs. > When the user maximizes the window a mouseEntered event does fire, so it > preserves the fix for JDK-8028485. Just for the record did you check what is the inLiveResize value when the user maximizes the window, or moves it to the full screen/tile the window to the left/right? ------------- PR: https://git.openjdk.java.net/jdk/pull/5497
