Search and Top Navigation
#6035 closed bug (notabug)
Opened September 09, 2010 01:16PM UTC
Closed September 10, 2010 01:17AM UTC
Last modified October 03, 2012 05:06PM UTC
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"
Attachments (0)
Change History (3)
Changed September 09, 2010 01:23PM UTC by comment:1
Changed September 10, 2010 01:17AM UTC by comment:2
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.
Changed October 03, 2012 05:06PM UTC by comment:3
milestone: | 1.next → 1.9.0 |
---|
The error occurs if we bind to onKeyPress instead of onKeyDown