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

Unified Diff: chrome/browser/resources/settings/search_engines_page/search_engine_dialog.html

Issue 2366783002: MD Settings: Search engine dialog, tweak logic to show "input invalid". (Closed)
Patch Set: Undo Created 4 years, 3 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 | chrome/browser/resources/settings/search_engines_page/search_engine_dialog.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/search_engines_page/search_engine_dialog.html
diff --git a/chrome/browser/resources/settings/search_engines_page/search_engine_dialog.html b/chrome/browser/resources/settings/search_engines_page/search_engine_dialog.html
index fd5e9caa793fe9fa4da4c225c2ac6d505bfafa11..ab6345a47a0f173c6ee0610ab3c19d9004396d8a 100644
--- a/chrome/browser/resources/settings/search_engines_page/search_engine_dialog.html
+++ b/chrome/browser/resources/settings/search_engines_page/search_engine_dialog.html
@@ -14,8 +14,7 @@
<paper-input always-float-label id="searchEngine"
label="$i18n{searchEnginesSearchEngine}"
error-message="$i18n{searchEnginesNotValid}"
- value="{{searchEngine_}}" on-focus="validate_"
- on-input="validate_">
+ value="{{searchEngine_}}" on-input="validate_">
</paper-input>
<paper-input always-float-label id="keyword"
label="$i18n{searchEnginesKeyword}"
« no previous file with comments | « no previous file | chrome/browser/resources/settings/search_engines_page/search_engine_dialog.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698