Bug 17947
Summary: | onKeyPress event not triggert when pressing any cursor key | ||
---|---|---|---|
Product: | WebKit | Reporter: | Rene Trost <r.trost> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | ap |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.5 | ||
URL: | http://www.syncbyte.com/misc/onkeypress.php |
Rene Trost
Pressing any cursor key should fire up the onKeyPress-Event handler but doesn't. This breaks some enterprise web applications. It worked in previous Safari version and works in current FF and IE versions.
A simple example with a onKeyPress event handler in the BODY-Tag can be found here:
http://www.syncbyte.com/misc/onkeypress.php
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Mark Rowe (bdash)
*** This bug has been marked as a duplicate of 16429 ***
Alexey Proskuryakov
(In reply to comment #0)
> It worked in previous
> Safari version and works in current FF and IE versions.
I cannot confirm this - Safari 3.1 works the same as IE 7 on this test.