Bug 17947 - onKeyPress event not triggert when pressing any cursor key
Summary: onKeyPress event not triggert when pressing any cursor key
Status: RESOLVED DUPLICATE of bug 16429
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL: http://www.syncbyte.com/misc/onkeypre...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-19 06:21 PDT by Rene Trost
Modified: 2008-03-19 11:30 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rene Trost 2008-03-19 06:21:44 PDT
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
Comment 1 Mark Rowe (bdash) 2008-03-19 10:17:54 PDT

*** This bug has been marked as a duplicate of 16429 ***
Comment 2 Alexey Proskuryakov 2008-03-19 11:30:57 PDT
(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.