Opened 22 years ago

Closed 22 years ago

Last modified 6 years ago

#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 fingolfin, 22 years ago

Summary: NewGUI: Key repeat bugGUI: Key repeat bug

comment:2 by fingolfin, 22 years ago

Fixed by using the key code instead of the ascii value to detect key repeats.

comment:3 by fingolfin, 22 years ago

Owner: set to fingolfin
Resolution: fixed
Status: newclosed

comment:4 by digitall, 6 years ago

Component: --Unset--GUI
Note: See TracTickets for help on using tickets.