<AWT Dev> <AWT-Dev> [8] Review Request: JDK-8028485 [macosx] java/awt/Mouse/EnterExitEvents/FullscreenEnterEventTest.java fails
Petr Pchelko
petr.pchelko at oracle.com
Wed Nov 20 00:57:47 PST 2013
Hello, AWT Team.
Please review the fix for the issue:
https://bugs.openjdk.java.net/browse/JDK-8028485
The fix is available at:
http://cr.openjdk.java.net/~pchelko/8028485/webrev/
After the fix for JDK-8024864 the peer's bounds are updated in deliverMoveResizeEvent.
However mouse enter/exit event delivery mechanism needs to use the updated bounds.
So the synthesizeMouseEnterExit.. call was moved after the bounds update call.
The test was modified because it failed sometimes due to lack of waiting.
With best regards. Petr.
More information about the awt-dev
mailing list