On Wed, 21 May 2025 04:36:11 GMT, Abhishek Kumar <abhis...@openjdk.org> wrote:
> > Did you have a chance to reproduce this bug and see how it works? When I > > run it on my laptop I can see the mouse moving out and in of the list and > > clicking inside of it, but for some reason the events are not sent. > > I couldn't reproduce it on my system (macOS 15.4.1). @jayathirthrao was able > to reproduce it on macOS 14.7.5 and the behaviour was same i.e. mouse is > moving in and out and clicking inside but **mouse exit event is not > triggered**. I wonder if this system reproduces other bugs where expected events aren't received… such as `java/awt/event/KeyEvent/FunctionKeyTest.java` ([JDK-8343104](https://bugs.openjdk.org/browse/JDK-8343104)) and `java/awt/List/ItemEventTest/ItemEventTest.java` ([JDK-8204221](https://bugs.openjdk.org/browse/JDK-8204221)). ------------- PR Comment: https://git.openjdk.org/jdk/pull/25299#issuecomment-2897737976