Hi, Petr.
The fix looks good.
On 26.08.2013 19:08, Petr Pchelko wrote:
Hello, AWT Team.
Please review the fix for the following issue:
http://bugs.sun.com/view_bug.do?bug_id=8012026
The fix is available at:
http://cr.openjdk.java.net/~pchelko/8012026/webrev.00/
MoiseInfoPeer.isWindowUnderMouse
Hi Petr,
The fix looks good to me.
Note that AWT is a multi-threaded GUI toolkit, and since you don't use
Swing APIs in your fix, you could eliminate all the
invokeLater/invokeAndWait() calls from the tests to simplify them. But I
don't insist on this. They should work fine as they are, too.
Hello, AWT Team.
Please review the fix for the following issue:
http://bugs.sun.com/view_bug.do?bug_id=8012026
The fix is available at:
http://cr.openjdk.java.net/~pchelko/8012026/webrev.00/
MoiseInfoPeer.isWindowUnderMouse was implemented via the native peer method.
This was a workaround for an