Bug 36524 - [Chromium] Bad VKEY_F10, VKEY_F11 translation in WebInputEvent.cpp
Summary: [Chromium] Bad VKEY_F10, VKEY_F11 translation in WebInputEvent.cpp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Alexander Pavlov (apavlov)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-24 05:22 PDT by Alexander Pavlov (apavlov)
Modified: 2010-03-24 08:48 PDT (History)
2 users (show)

See Also:


Attachments
[PATCH] Proposed solution (1.00 KB, patch)
2010-03-24 05:28 PDT, Alexander Pavlov (apavlov)
pfeldman: review+
apavlov: commit-queue+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Pavlov (apavlov) 2010-03-24 05:22:04 PDT
VKEY_F10 gets translated to "F11", VKEY_F11 has no translation which implicitly maps it into "U+005A"
Comment 1 Alexander Pavlov (apavlov) 2010-03-24 05:28:38 PDT
Created attachment 51488 [details]
[PATCH] Proposed solution
Comment 2 Alexander Pavlov (apavlov) 2010-03-24 08:48:31 PDT
Committing to http://svn.webkit.org/repository/webkit/trunk ...
        M       WebKit/chromium/ChangeLog
        M       WebKit/chromium/src/WebInputEvent.cpp
Committed r56442