Re: FVWM Patch for Interaction problem with Java 7

2013-03-21 Thread John Faucett
Thomas Adam thomas at fvwm.org writes: Well, that patch isn't correct with respect to the fix I added to CVS. I was able to install branch-2_6 but the problem with Java 7 persists.

Re: FVWM Patch for Interaction problem with Java 7

2013-03-21 Thread Dan Espen
John Faucett fauc...@lanl.gov writes: Thomas Adam thomas at fvwm.org writes: Well, that patch isn't correct with respect to the fix I added to CVS. I was able to install branch-2_6 but the problem with Java 7 persists. I should have reported that I tried CVS and saw the problem too. The

Re: FVWM Patch for Interaction problem with Java 7

2013-03-21 Thread John Faucett
My problem is a little different. If the application comes up and the mouse is not over the window, then you can type into the field as well as tab around the widgets. But once the mouse enters the window, even without trying to resize or move it, then the ability to focus in a text field goes

Re: FVWM Patch for Interaction problem with Java 7

2013-03-21 Thread Dan Espen
John Faucett fauc...@lanl.gov writes: My problem is a little different. If the application comes up and the mouse is not over the window, then you can type into the field as well as tab around the widgets. But once the mouse enters the window, even without trying to resize or move it, then

Re: FVWM Patch for Interaction problem with Java 7

2013-03-21 Thread John Faucett
Dan Espen despen at verizon.net writes: Style sun-awt* NoLenience ... So, using the last line shown above, helps, a little. Yes, that's it! Thanks very much.

Re: FVWM Patch for Interaction problem with Java 7

2013-03-18 Thread John Faucett
On Mar 18, 13, at 08:50 AM, Dan Espen wrote: /usr/java/latest - /usr/java/jre1.7.0_17 Haven't noticed any issues. Can you post a recipe for demonstrating the problem? -- Dan Espen See http://comments.gmane.org/gmane.comp.window-managers.fvwm.devel/5219-- that link has an example Java

Re: FVWM Patch for Interaction problem with Java 7

2013-03-18 Thread Thomas Adam
On Thu, Mar 14, 2013 at 10:57:19PM +, John Faucett wrote: Thomas Adam thomas at fvwm.org writes: On 4 February 2013 22:19, Schaaf, Jonathan P (GE Healthcare) jonathan.P.schaaf at ge.com wrote: Let me know what you think. I've committed a fix to CVS. Please try that

Re: FVWM Patch for Interaction problem with Java 7

2013-02-04 Thread Schaaf, Jonathan P (GE Healthcare)
I'm happy to commit, providing I understand what it was for and why I suggested the change; it was almost a year ago, after all. Yeah, I am pulling this topic out of cold storage. Sorry about that. Besides the link that I just sent out, the other key piece of the conversation is probably

Re: FVWM Patch for Interaction problem with Java 7

2013-02-04 Thread Thomas Adam
On 4 February 2013 22:19, Schaaf, Jonathan P (GE Healthcare) jonathan.p.sch...@ge.com wrote: Let me know what you think. I've committed a fix to CVS. Please try that (branch-2_6 in CVS). -- Thomas Adam

Re: FVWM Patch for Interaction problem with Java 7

2012-04-12 Thread Thomas Adam
On Wed, Apr 11, 2012 at 06:23:23PM -0400, Schaaf, Jonathan P (GE Healthcare) wrote: I'm including a proposed patch (very simple - comment out the hack from 1999) as well as java code that can be used to reproduce the issue. Well, I don't like just mass-commenting out code. I suspect the

FVWM Patch for Interaction problem with Java 7

2012-04-11 Thread Schaaf, Jonathan P (GE Healthcare)
Greetings, I've spent the past few days hunting down a bug that involves an interaction between FVWM and Java 7. I can provide more detail for anyone who is curious, but here are the key points: a)Java version 7 creates a special FocusProxy window to get keyboard input. See