Bug 17937 - keypress event doesn't fire for non-printable keys other than enter
Summary: keypress event doesn't fire for non-printable keys other than enter
Status: RESOLVED DUPLICATE of bug 16429
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 525.x (Safari 3.1)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL: http://pieisgood.org/safarikeypress/
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-18 22:43 PDT by Ryan Grove
Modified: 2008-03-19 01:53 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Grove 2008-03-18 22:43:00 PDT
In Safari 3.1 and the latest WebKit nightly (I tested 31132), the keypress event fails to fire for non-printable keys (in other words: arrow keys, function keys, etc.). The only exception I've found so far is the enter key, for which the event fires correctly. In Safari 3.0, keypress worked as expected.

See the test page at http://pieisgood.org/safarikeypress/ for a demonstration.
Comment 1 Mark Rowe (bdash) 2008-03-19 01:53:36 PDT

*** This bug has been marked as a duplicate of 16429 ***