[email protected] writes: > Java applications do not regain focus after temporarily > switching to any other application. Also (in other java applications) > I can only type in dialogs if the parent window has the focus.
It is rather unfortunate, yes. For that first issue it looks like for windows whose WM_PROTOCOLS includes WM_TAKE_FOCUS, that message isn't being sent when in focus-follows-mouse the pointer moves back over the window. If that is the problem, it would be lovely if it could be fixed, but I am not exactly experienced with programming for X. -- Mark
