WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 11696
13341
keydown/press/up events do not fire for modifier keys
https://bugs.webkit.org/show_bug.cgi?id=13341
Summary
keydown/press/up events do not fire for modifier keys
Sjoerd Mulder
Reported
2007-04-12 08:23:26 PDT
See attached testcase, 1. Give focus to the textarea 2. Press a normal key (works! =>keydown => keypress => keyup, like it should) 3. Press a modifier key (works! but it will report 4 times the mousemove on the body) Expected: Like on windows with Firefox and IE it would be expected that the modifier keys also fire the way normal keys are doing e.g. keydown{1} => keypress{1,n} => keyup{1}. This is the case on: - Safari 2.0.4 (419) - Safari 3 (522)
Attachments
testcase
(862 bytes, text/html)
2007-04-12 08:23 PDT
,
Sjoerd Mulder
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Sjoerd Mulder
Comment 1
2007-04-12 08:23:58 PDT
Created
attachment 14020
[details]
testcase
Darin Adler
Comment 2
2007-04-12 11:38:09 PDT
Maybe we can eliminate the mousemove event too; it's currently used to cause things like the status bar message to update.
Alexey Proskuryakov
Comment 3
2007-07-19 05:00:07 PDT
Except for the mousemove issue, this seems to be the same as
bug 11696
.
Alexey Proskuryakov
Comment 4
2007-12-03 03:33:20 PST
Filed followup
bug 16271
for mousemove. *** This bug has been marked as a duplicate of
11696
***
Lucas Forschler
Comment 5
2019-02-06 09:03:34 PST
Mass moving XML DOM bugs to the "DOM" Component.
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