< Fix for this problem that appeared in 2.5.3 and is still in 2.5.4 < < < ie: Upon restart or some other fvwm activities (such as menus), xview < < windows no longer accept (take) focus. It requires opening the window's menu < < but not selecting anything from it for xview windows to take focus again. < < Mailtool works fine tho somehow. < < < < Lenience fixes this, but then the 1st click in the window isnt passed to the < < window. < < < < clicktofocus mode < < < In focus,c < < change: if (!FP_IS_LENIENT(FW_FOCUS_POLICY(fw)) && !focus_does_accept_input_focus(fw) && sf != NULL && sf->Desk == Scr.CurrentDesk) < < to: if (!FP_IS_LENIENT(FW_FOCUS_POLICY(fw)) && !focus_does_accept_input_focus(fw) && (sf == NULL || sf->Desk == Scr.CurrentDesk))
Turns out theres a problem new to 2.5.4 (w or w/o my above fix) that didnt exist in 2.5.3. xview secondary selections cause focus to change. Bring up 2 xview (eg textedit) windows (1 and 2). Type some text in window 2. Click into window 1. Hold down Paste (L8) and select some text from window 2. Release Paste key, Selected text will get copied to window 1.. Window 1 should keep focus (which 2.5.3 does). In 2.5.4, window 2 gets focus upon release. I have a textk app that also allows 2ndary edits. It's also seeing a switching of focus i believe between key_down and key_up. -- Visit the official FVWM web page at <URL:http://www.fvwm.org/>. To unsubscribe from the list, send "unsubscribe fvwm-workers" in the body of a message to [EMAIL PROTECTED] To report problems, send mail to [EMAIL PROTECTED]