Bug 11696
Summary: | Modifier keys do not fire key events. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Fabian Jakobs <fabian.jakobs> |
Component: | WebKit Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | amla70, a_protyasha, ap, ddkilzer, fabian.jakobs, sjoerdmulder |
Priority: | P2 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 |
Fabian Jakobs
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)
Used by the qooxdoo JavaScript Framework: http://qooxdoo.org/
http://blog.qooxdoo.org/safari-support-for-qooxdoo-coming
Alexey Proskuryakov
Fixed in r27372 by Oliver (we do not fire keypress).
Alexey Proskuryakov
*** Bug 13341 has been marked as a duplicate of this bug. ***