Skip to main content

Bug Tracker

Side navigation

#5486 closed bug (invalid)

Opened November 11, 2009 01:39AM UTC

Closed November 11, 2009 01:48AM UTC

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.

Attachments (0)
Change History (1)

Changed November 11, 2009 01:48AM UTC by dmethvin comment:1

resolution: → invalid
status: newclosed

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.