Menu

#4 Keystroke lost after shortcut used.

closed-fixed
None
7
2002-12-02
2002-11-22
No

Many times (not all), after a keyboard shortcut is
used, the next keystroke is "eaten". This may be a
result of problems with the KeystrokeGrabber or
ShortcutGrabber.

Discussion

  • Mark Soderquist

    Mark Soderquist - 2002-11-27
    • priority: 5 --> 7
     
  • Mark Soderquist

    Mark Soderquist - 2002-12-02

    Logged In: YES
    user_id=586169

    The ShortcutGrabber class was blocking all key events until
    a KEY_TYPED event was encountered. There are some key
    strokes that send only KEY_PRESSED and KEY_RELEASED events.
    The ShortcutGrabber class now unblocks the events as soon as
    a KEY_RELEASED event is encountered. This is fine for any
    other KEY_RELEASED events but there is concern that
    KEY_TYPED events will still get through and be processed
    even though they should not be. More testing will help
    solidify the problem.

     
  • Mark Soderquist

    Mark Soderquist - 2002-12-02
    • status: open --> closed-fixed
     

Log in to post a comment.