Hi Petr, The fix looks good to me.
-- best regards, Anthony On 11/20/2013 12:57 PM, Petr Pchelko wrote:
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.