Bug 48867 - Key down calls are not being sent to the application.
Summary: Key down calls are not being sent to the application.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.6
: P1 Major
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-02 13:56 PDT by Jing
Modified: 2010-11-02 19:18 PDT (History)
5 users (show)

See Also:


Attachments
Patch (1.13 KB, patch)
2010-11-02 13:59 PDT, Jing
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jing 2010-11-02 13:56:38 PDT
-keyDown is invoked from bottom of the responder chain to the top, so when WebKit2 receives a call to -keyDown and the web process does not handle it, it should call super so that the event continues to travel up.
Comment 1 Jing 2010-11-02 13:59:48 PDT
Created attachment 72730 [details]
Patch
Comment 2 Adam Roben (:aroben) 2010-11-02 15:15:35 PDT
It should be able to add a test to TestWebKitAPI for this. I'd be happy to help you do so, Jing.
Comment 3 WebKit Commit Bot 2010-11-02 19:17:17 PDT
The commit-queue encountered the following flaky tests while processing attachment 72730 [details]:

fast/workers/storage/use-same-database-in-page-and-workers.html

Please file bugs against the tests.  These tests were authored by dumi@chromium.org.  The commit-queue is continuing to process your patch.
Comment 4 WebKit Commit Bot 2010-11-02 19:18:13 PDT
Comment on attachment 72730 [details]
Patch

Clearing flags on attachment: 72730

Committed r71203: <http://trac.webkit.org/changeset/71203>
Comment 5 WebKit Commit Bot 2010-11-02 19:18:19 PDT
All reviewed patches have been landed.  Closing bug.