WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
11696
Modifier keys do not fire key events.
https://bugs.webkit.org/show_bug.cgi?id=11696
Summary
Modifier keys do not fire key events.
Fabian Jakobs
Reported
2006-11-27 01:22:35 PST
None of the modifier keys fire any key events. This includes: * Alt * Shift * Control * Meta FireFox fires keydown and keyup Opera fires keydown, keypress (not repeated) and keyup IE 6/7 fires keydown and keyup I think WebKit should fire at least keydown and keyup event. I'm not sure about keypress.
Attachments
Add attachment
proposed patch, testcase, etc.
David Kilzer (:ddkilzer)
Comment 1
2006-11-27 02:41:53 PST
Used by the qooxdoo JavaScript Framework:
http://qooxdoo.org/
http://blog.qooxdoo.org/safari-support-for-qooxdoo-coming
Alexey Proskuryakov
Comment 2
2007-12-03 03:28:08 PST
Fixed in
r27372
by Oliver (we do not fire keypress).
Alexey Proskuryakov
Comment 3
2007-12-03 03:33:20 PST
***
Bug 13341
has been marked as a duplicate of this bug. ***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug