Ticket #9575 (new defect)
EVT_KEY_UP not capture SHIFT at GTK
| Reported by: | erdem_ua | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | wxGTK | Version: | 2.8.8 |
| Keywords: | keyboard EVT_KEY_UP SHIFT | Cc: | |
| Blocked By: | Patch: | no | |
| Blocking: |
Description
Using OpenSUSE 11 RC1 x86-64 with GTK2
http://tinyurl.com/3gm86t
Using Text sample: (../samples/text/text )
This is the log window. 02:26:58 AM: Key down event: ALT (flags = ----) 02:26:58 AM: Key up event: ALT (flags = -A--) 02:26:59 AM: Key down event: SPACE (flags = ----) 02:26:59 AM: Text changed in some control 02:26:59 AM: Key up event: SPACE (flags = ----) 02:27:00 AM: Key down event: SHIFT (flags = ----) 02:27:00 AM: Key down event: SHIFT (flags = ----) 02:27:01 AM: Key down event: SHIFT (flags = ----) 02:27:02 AM: Key down event: SHIFT (flags = ----)
Change History
Note: See
TracTickets for help on using
tickets.
