[4796] in testers
Input focus times out?????
daemon@ATHENA.MIT.EDU (Bill Cattey)
Thu Jun 14 16:10:01 2001
Message-ID: <0v_FcJ9z0001QWYoUW@mit.edu>
Date: Thu, 14 Jun 2001 20:09:57 +0000 ()
From: Bill Cattey <wdc@MIT.EDU>
To: testers@MIT.EDU
So I'm sitting reading my email, and I notice that, without having moved
my mouse, the border of my mail reader changed to grey. I lowered the
window, but noticed no new windows (such as z-grams) had popped up.
I moved the mouse out of the window and back in and re-established my focus.
----
I'm typing a long-winded email. (Do I produce any others.) Suddenly my
characters stop echoing. I notice the border has gone grey. My input
focus has been disowned by the window.
----
This is happening on 9.0.7 Linux.
Here is my .sawfish/custom file (that's the only file in .sawfish right now.)
;; sawfish user customization -- do not edit by hand!
;; sawfish version 0.37.3, written Wed May 30 14:50:16 2001
(custom-set-typed-variable (quote tooltips-enabled) (quote ()) (quote
boolean) (quote sawfish.wm.ext.tooltips))
(custom-set-keymap (quote window-keymap) (quote (keymap
(raise-window-and-pass-through-click . "Button1-Click1")
(move-window-interactively . "M-Button1-Move") (raise-lower-window .
"M-Button2-Click1") (raise-window-and-transients . "M-Button3-Click1")
(quote-event . "M-C-q") (move-window-right . "M-C-Right")
(move-window-left . "M-C-Left") (move-window-down . "M-C-Down")
(move-window-up . "M-C-Up"))))
(custom-set-keymap (quote global-keymap) (quote (keymap
(lower-window-and-transients . "M-Button1-Click1")
(lower-window-and-transients . "M-Down") (raise-window-and-transients .
"M-Up") (move-viewport-left . "C-Left") (move-viewport-down . "C-Down")
(move-viewport-up . "C-Up") (move-viewport-right . "C-Right")
(cycle-windows . "M-TAB"))))
(custom-set-variable (quote resize-outline-mode) (quote opaque))
(custom-set-variable (quote place-window-mode) (quote first-fit))
(custom-set-variable (quote nokogiri-user-level) (quote intermediate))
(custom-set-variable (quote nokogiri-buttons) (quote apply/revert/cancel/ok))
(custom-set-variable (quote workspace-geometry) (quote (1 3 . 2)))
(custom-set-variable (quote match-window-profile) (quote ((((WM_NAME .
"zwgc")) (never-focus . t) (frame-type . border-only) (sticky-viewport .
t) (skip-tasklist . t)))) (quote match-window))
(custom-set-variable (quote transients-on-parents-workspace) (quote t))
(custom-set-variable (quote focus-mode) (quote enter-exit))
(custom-set-variable (quote raise-windows-on-focus) (quote nil) (quote
auto-raise))
(custom-set-keymap (quote title-keymap) (quote (keymap
(raise-lower-window . "Button2-Click1") (popup-window-menu .
"Button3-Click1") (move-window-interactively . "Button1-Move"))))