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

Unified Diff: ui/views/controls/combobox/native_combobox_views.cc

Issue 13607006: rAc: don't clobber user input when accepting autofill popup suggestion (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: a couple more bugs Created 7 years, 8 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
Index: ui/views/controls/combobox/native_combobox_views.cc
diff --git a/ui/views/controls/combobox/native_combobox_views.cc b/ui/views/controls/combobox/native_combobox_views.cc
index 203f5ff06a7da978c4e1b616a866039abb186bd4..63d254ed9222a48428bbd33243ab1f37337059f1 100644
--- a/ui/views/controls/combobox/native_combobox_views.cc
+++ b/ui/views/controls/combobox/native_combobox_views.cc
@@ -219,6 +219,7 @@ void NativeComboboxViews::UpdateFromModel() {
void NativeComboboxViews::UpdateSelectedIndex() {
selected_index_ = combobox_->selected_index();
+ SchedulePaint();
Evan Stade 2013/04/05 23:24:01 sky: could you also review this change?
}
void NativeComboboxViews::UpdateEnabled() {

Powered by Google App Engine
This is Rietveld 408576698