Opened 14 years ago
Closed 14 years ago
#5486 closed bug (invalid)
keypress fails to work on chromium, keydown works like keypress should
Reported by: | rtrndo | Owned by: | brandon |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | event | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
trapping the keypress event in chromium nightly doesn't work. using keydown does, but sends an event multiple times while the key is held down, the way keypress should have.
Note: See
TracTickets for help on using
tickets.
If you can reproduce this with bare DOM events, please report it to Chromium as a bug so they can fix it. If the bug is jQuery-specific, then reopen this ticket and attach a test case.