Re: Issue with drag and drop in Java 8 on Windows (7 and 8)

2013-02-20 Thread Ludovic HOCHET
Hello Denis, Thanks for the info. Looking forward to it, Ludovic On Wed, Feb 20, 2013 at 2:19 PM, Denis S. Fokin wrote: > Hi Ludovic, > > this issue should be resolved as a part of forward port ( see > http://bugs.sun.com/view_bug.**do?bug_id=8001177

Re: [OpenJDK 2D-Dev] [8] Review request for 8005607: Recursion in J2DXErrHandler() Causes a Stack Overflow on Linux

2013-02-20 Thread Artem Ananiev
Looks fine. Thanks, Artem On 2/18/2013 8:08 PM, Anton Litvinov wrote: Hello Artem, Could you please review a new version of the fix. The method "XErrorHandlerUtil.getDisplay()" was removed and "XErrorHandlerUtil.XSync()" method refers to the field "display" directly now. Webrev: http://cr.o

Re: Issue with drag and drop in Java 8 on Windows (7 and 8)

2013-02-20 Thread Denis S. Fokin
Hi Ludovic, this issue should be resolved as a part of forward port ( see http://bugs.sun.com/view_bug.do?bug_id=8001177) Thank you, Denis. On 2/20/2013 2:30 AM, Ludovic HOCHET wrote: Hello, I've been investigating an issue that I am currently having on Windows (7 and 8) with drag and dr

Re: [8] Review request for CR 8006406: lightweight embedding in other Java UI toolkits

2013-02-20 Thread Anton V. Tarasov
Great. Thanks! Anton. On 20.02.2013 14:24, Anthony Petrov wrote: I'm fine with the fix. Thank you. -- best regards, Anthony On 2/20/2013 13:43, Anton V. Tarasov wrote: Anthony, Sergey, Eventually, I'm ok with the idea to just forward grab/ungrab to the embedder, and just symmetrically post

Re: [8] Review request for CR 8006406: lightweight embedding in other Java UI toolkits

2013-02-20 Thread Anthony Petrov
I'm fine with the fix. Thank you. -- best regards, Anthony On 2/20/2013 13:43, Anton V. Tarasov wrote: Anthony, Sergey, Eventually, I'm ok with the idea to just forward grab/ungrab to the embedder, and just symmetrically post UngrabEvent from the embedder. However, I suggest to implement th

Re: [8] Review request for CR 8006406: lightweight embedding in other Java UI toolkits

2013-02-20 Thread Anton V. Tarasov
Anthony, Sergey, Eventually, I'm ok with the idea to just forward grab/ungrab to the embedder, and just symmetrically post UngrabEvent from the embedder. However, I suggest to implement this w/o the FocusGrabbable interface. I'm (yet) adding focusGrab/focusUngrab to the LightweightFrame, but