Re: [8] RFR: JDK-8012026 [macosx] Component.getMousePosition() does not work in an applet on MacOS

2013-09-13 Thread Sergey Bylokhov
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

Re: [8] RFR: JDK-8012026 [macosx] Component.getMousePosition() does not work in an applet on MacOS

2013-08-27 Thread Anthony Petrov
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.

[8] RFR: JDK-8012026 [macosx] Component.getMousePosition() does not work in an applet on MacOS

2013-08-26 Thread Petr Pchelko
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