Ticket #1484816 (closed Patches: fixed)
Keypress (not keydown) for repeat
| Reported by: | rjhughes | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.2-beta |
| Component: | User Interface | Version: | 0.1-rc2 |
| Severity: | normal | Keywords: | key keydown down keypress |
| Cc: |
Description
Hi. I use Firefox 2. I found that when I pressed and held the "down" key (for example), it would move down exactly one message and then stop. I would like for it to continue scrolling. This is the behavior I expect.
I found this very easy to achieve: I changed the event that is attached. Instead of "keydown", it is now attached to "keypress". This works on Firefox and Konqueror.
I have a patch against revision 1139 in the trunk.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
