Bug 51274 - Implement WKView::setInitialFocus()
Summary: Implement WKView::setInitialFocus()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows 7
: P2 Normal
Assignee: Ada Chan
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2010-12-17 14:02 PST by Ada Chan
Modified: 2010-12-17 14:45 PST (History)
1 user (show)

See Also:


Attachments
Patch (5.95 KB, patch)
2010-12-17 14:07 PST, Ada Chan
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ada Chan 2010-12-17 14:02:24 PST
Implement WKView::setInitialFocus(bool forward) on Windows, which is equivalent to WebView::setInitialFocus(bool forward) in the old WebKit.  It's needed when the web view is receiving focus either in the forward or backward direction.
Comment 1 Ada Chan 2010-12-17 14:07:36 PST
Created attachment 76907 [details]
Patch
Comment 2 Ada Chan 2010-12-17 14:45:37 PST
Fixed in http://trac.webkit.org/changeset/74296