Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(156)

Unified Diff: ui/views/controls/textfield/native_textfield_win.cc

Issue 11365028: Calls default window procedure for WM_KILLFOCUS. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/textfield/native_textfield_win.cc
diff --git a/ui/views/controls/textfield/native_textfield_win.cc b/ui/views/controls/textfield/native_textfield_win.cc
index 7449b064124c791b163d86d842a82780c1719ef3..c9fa308950d6e2a486785172f5a2e905e6f8b955 100644
--- a/ui/views/controls/textfield/native_textfield_win.cc
+++ b/ui/views/controls/textfield/native_textfield_win.cc
@@ -1067,6 +1067,7 @@ void NativeTextfieldWin::OnSetFocus(HWND hwnd) {
}
void NativeTextfieldWin::OnKillFocus(HWND hwnd) {
+ SetMsgHandled(FALSE);
sky 2012/11/01 16:00:37 Move this to the end like we do else where.
Seigo Nonaka 2012/11/02 02:11:37 Done.
if(tsf_event_router_)
tsf_event_router_->SetManager(NULL);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698