#492 closed defect (fixed)
GUI: Key repeat bug
Reported by: | eriktorbjorn | Owned by: | fingolfin |
---|---|---|---|
Priority: | normal | Component: | GUI |
Version: | Keywords: | ||
Cc: | Game: |
Description
This may seem a bit far-fetched, but I triggered it several times by accident before figuring out what it was that I had done.
From edit mode in a listbox:
* Press and hold Shift. * Press and hold 'A' * Release Shift * Release 'A'
After a while, the 'A' will start repeating as if you were still pressing it. I can see why the code gets confused, but I'm uncertain how to handle it.
Ticket imported from: #626225. Ticket imported from: bugs/492.
Change History (4)
comment:1 by , 22 years ago
Summary: | NewGUI: Key repeat bug → GUI: Key repeat bug |
---|
comment:2 by , 22 years ago
comment:3 by , 22 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:4 by , 6 years ago
Component: | --Unset-- → GUI |
---|
Note:
See TracTickets
for help on using tickets.
Fixed by using the key code instead of the ascii value to detect key repeats.