GNOME Bugzilla – Bug 116601
Staccato movement with repeat keys.
Last modified: 2005-01-26 20:04:18 UTC
Moving Dia's control window by keyboard resulted in stuttering when the arrow key was held down. Alt+Space-M then press and hold an arrow key. If the key is held for long enough, the window will dance back and forth towards its destination even after the key is released. On the plus side, it is rather amusing. Here's the repeat keys data from `xset -q`: Keyboard Control: auto repeat: on key click percent: 0 LED mask: 00000000 auto repeat delay: 660 repeat rate: 25 auto repeating keys: 00ffffffdffffbbf fadfffffffdfe7ff ffffffffffffffff ffffffffffffffff
Maybe two separate bugs, one is that we move back and forth (I think that one is already in here elsewhere and reflects busted constraints.c) and the other is that key repeat is laggy (probably need a rate limit or "frame dropping").
I don't see any back-and-forth movement until the mouse pointer at the middle of the screen hits the edge (and I filed a separate bug for that--bug 154706). Does that mean this has been fixed, or am I just not duplicating correctly?
I believe it means this was fixed--see bug 109362 and bug 143333, which were fixed 06-19-2004