Re: FVWM Patch for Interaction problem with Java 7

2013-03-21 Thread John Faucett
Dan Espen  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-21 Thread Dan Espen
John Faucett  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 the ability to focus in a text field goes away and never
> comes back.

Not sure why I have these:

Style "*"   DecorateTransient,Lenience
Style "sun-awt-X11-XWindowPeer"   HandleWidth 0,NoTitle,Lenience
Style "sun-awt*" NoLenience

I can type in the initial window regardless of pointer location.
Since the resource is sun-awt-X11-XFramePeer,
looks like I'm using NoLenience.

Yep, reissuing the first line, makes it so I can't focus the window
at all, I can only type there when the window first comes up and the
pointer is not in the window.

So, using the last line shown above, helps, a little.


-- 
Dan Espen



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 away and never
comes back.




Re: FVWM Patch for Interaction problem with Java 7

2013-03-21 Thread Dan Espen
John Faucett  writes:

> Thomas Adam  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 window initially allows you to type in the window, but after a
resize if won't accept focus until you move the pointer out of the
window and then back in.

I have not had time to investigate any deeper.

-- 
Dan Espen



Re: FVWM Patch for Interaction problem with Java 7

2013-03-21 Thread John Faucett
Thomas Adam  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.