[Webkit-unassigned] [Bug 26878] New: Incorrect event.keyIdentifier value for F10 and F11 keys

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 30 23:55:54 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=26878

           Summary: Incorrect event.keyIdentifier value for F10 and F11 keys
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore JavaScript
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yurys at chromium.org


Steps to reproduce:
1. Load the following HTML Chrome or Safari on Windows.

<html>
<body onkeydown="alert('event.keyIdentifier = ' + event.keyIdentifier);">
</body>
</html>

2. Press F10 and F11 keys

Result:
For F10 key you'll see event.keyIdentifier = F11 alert
For F11 key it will be event.keyIdentifier = U+005A


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list