Bug 27057

Summary: Missing call to FocusController::setFocused(true) when handling WM_SETFOCUS in WebView
Product: WebKit Reporter: Ada Chan <adachan>
Component: WebKit Misc.Assignee: Ada Chan <adachan>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Call FocusController::setFocused(true) in the case when we have no focused frame. hyatt: review+

Ada Chan
Reported 2009-07-07 19:12:20 PDT
Missing call to FocusController::setFocused(true) when handling WM_SETFOCUS in WebView. This is causing regressions on windows where some text fields are focused but yet have no cursor blinking.
Attachments
Call FocusController::setFocused(true) in the case when we have no focused frame. (1.16 KB, patch)
2009-07-07 19:21 PDT, Ada Chan
hyatt: review+
Ada Chan
Comment 1 2009-07-07 19:21:25 PDT
Created attachment 32419 [details] Call FocusController::setFocused(true) in the case when we have no focused frame.
Dave Hyatt
Comment 2 2009-07-07 19:25:36 PDT
Comment on attachment 32419 [details] Call FocusController::setFocused(true) in the case when we have no focused frame. r=me
Ada Chan
Comment 3 2009-07-07 19:27:20 PDT
Fixed in r45617.
Note You need to log in before you can comment on or make changes to this bug.