On 17 Aug 2002 20:43:32 +0200, Giuseppe Della Ricca wrote:
>
> I have a doubt from the man page:
>
> GrabFocus causes a newly mapped window to
> grab the focus, while GrabFocusOff turns
> this off. GrabFocus is the default for
> ClickToFocus windows and GrabFocusOff is the
> default for MouseFocus and SloppyFocus win
> dows. Note that this option is switched
> back to the default every time you change
> the focus policy. You have to use it after
> the initial ClickToFocus/MouseFocus/Sloppy
> Focus.
>
> to me (non native English) this means that if I issue:
>
> Style * ClickToFocus
>
> than I automatically get GrabFocus for free. But experimentally this is
> not true (new windows are not raised/don't get focus).
>
> Everything is fine if I issue:
>
> Style * ClickToFocus, GrabFocus
>
> but GrabFocus should be the default with ClickToFocus, or not ?
You forgot to say that you use the cvs version.
I can reproduce this problem, i.e. ClickToFocus does not set GrabFocus,
although I see in the code it does set.
There is a more serious problem. With SloppyFocus/MouseFocus, GrabFocus
only works now when the pointer is on the root and not in the window.
Regards,
Mikhael.
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Sat Aug 17 2002 - 20:23:07 BST