#6035 closed bug (notabug)
keyboard: "l" gets interpreted as numpad Enter
Reported by: | regeda | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 1.9.0 |
Component: | ui.core | Version: | 1.8.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
$.ui.keyCode.NUMPAD_ENTER has code 108, same as lowercase "l"
Change History (3)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
You shouldn't listen for special keys from a keypress event, use keydown or keyup. There's nothing that we can do about how the browsers treat these events.
comment:3 Changed 10 years ago by
Milestone: | 1.next → 1.9.0 |
---|
Note: See
TracTickets for help on using
tickets.
The error occurs if we bind to onKeyPress instead of onKeyDown