|
From: Dennis <den...@ut...> - 2004-10-23 14:53:46
|
On 10/23/04 04:03, Kim Woelders wrote: > Dennis wrote: > >> The problem (scrolling too fast freezes the scrolling for a few secs) >> only exists when i have "Clicking in a window always raises it" >> enabled. Although, i can still use my keyboard to scroll, during the >> "freeze". My mouse also gets confined to the stuttering window. >> >> Also, when click-to-raise is enabled, I get different xev events. Not >> sure if they help. >> > With click-to-raise E intercepts every button press and passes it on to > the application. If E is busy doing something else (I doubt that is the > problem), E isn't sheduled in, or the button press event delivery to E > is somehow delayed you'll have that problem. I would guess that something might be wrong with the button-press event queue in E. (since the problem does not appear in other WM's (ie. fvwm) .. and i assume both receive the same X input). Here are two different test cases (of the scrolling problem, with click-to-raise). xterm -> the scrolling problem cannot be remedied by any single keystroke that i know of .. however, i did discover that holding down alt-tab, the delays are eliminated firefox -> the scrolling delays can be eliminated by single keystrokes .. such as an arrow key, or any other, i think I smell a bug. |