[Webkit-unassigned] [Bug 28409] New: keypress not dispatched for ctrl shortcuts
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 17 15:00:07 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=28409
Summary: keypress not dispatched for ctrl shortcuts
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: Normal
Priority: P2
Component: New Bugs
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: jparent at google.com
Created an attachment (id=34993)
--> (https://bugs.webkit.org/attachment.cgi?id=34993)
Test case
Windows only - keypress is dispatched properly for Mac. Reproduces in WebKit
nightly, Safari 4.0.2, Chrome 3.*, Chrome 4.*. Did not reproduce in Chrome 1.*
Repro steps:
1. Load the attached keypressexample.html.
2. Click into the window to make sure it has focus.
3. Type Ctrl+c, (or Ctrl+a or Ctrl+v)
Expected result:
WebKit should fire both a keydown and a keypress event. (These events will be
logged to the screen by a script in the provided html page)
Result:
Only keydown is fired.
For more details, see original bug filed against Chrome:
http://code.google.com/p/chromium/issues/detail?id=13891
Note: This seems to happen for a subset of Ctrl+* key combinations. I haven't
tried all of them, but it seems to happen only for ones where there is also
an existing browser editing keyboard shortcut like copy, paste, etc.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list