On Monday, 27 March 2006 at 20:30:52 -0500, Mike Meyer wrote:
In <20060328011345.GC25392@xxxxxxxxxxxxxxxxxxxx>, Greg 'groggy' Lehey <grog@xxxxxxxxxxx> typed:
The focus management and the highlighting of the window manager
decoration are not physically connected in any way, so a bug in the
window manager might cause it to do the highlighting but forget to
give the focus to the application.
But mouse focus and keyboard focus are the same, right?
There isn't a "mouse focus". Mouse events are tied to window they
happen in, not the one with focus. If you use a window manager that
doesn't change the keyboard focus on mouse events, it's possible to
have mouse events happen in a window that doesn't have the focus.
Ah, good to know. That changes things somewhat.
Greg
--
See complete headers for address and phone numbers.
Re: Need to get Keyboard focus, but without a window title bar ... > I'm trying to get keyboard focus on a window, ... > like without a window manager, this is not possible at all, ... > I'm trying to run mozilla as the only window application, ... but Mozilla does get flakely with keyboard input... (comp.os.linux.x)
Re: Need to get Keyboard focus, but without a window title bar ... >> I'm trying to get keyboard focus on a window, ... >> like without a window manager, this is not possible at all, ... >> I'm trying to run mozilla as the only window application, ... but Mozilla does get flakely with keyboard input... (comp.os.linux.x)
Re: Re: Programs not accepting input? ... decoration are not physically connected in any way, so a bug in the ...window manager might cause it to do the highlighting but forget to ... But mouse focus and keyboard focus are the same, ... (freebsd-hackers)
Need to get Keyboard focus, but without a window title bar ... I'm trying to get keyboard focus on a window, ... I'm trying to run mozilla as the only window application, ... With a window manager, I tried some options like the ... "squeeze title" on twm, and tried using metacity.... (comp.os.linux.x)
Re: Programs not accepting input? ...refusing keyboard input after they've been running for a while ... Is the problem that the clients aren't taking focus or have focus but aren't accepting keyboard input?... I think what's going on is that the window manager becomes confused as the mouse passes over the panel or interacts with the panel, as at that point the focus gets "stuck". ... Once the grab has happened without a release, the mouse remains grabbed until that application exits or releases it, so that would be consistent with my triggering a release by the window manager through exiting another program and then triggering the bug again by passing over the panel. ... (freebsd-hackers)