Quick succession of keypresses do not register (with patch)
Bug #1133068 reported by
Doug Patti
on 2013-02-26
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Screenkey |
Undecided
|
Unassigned |
Bug Description
If you type something really quickly (I reproduced this by typing "line" a few times, it usually happened 1/3 of the time), one of the letters gets eaten up before it shows on the overlay. This is because multiple keys show up on a single update frame, and the loop that processes them simply overwrites the last one. The attached patch fixes the issue.