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

Unified Diff: ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar_search_field.html

Issue 2294563002: MD WebUI (History, Settings, Downloads): autofocus big search box (Closed)
Patch Set: vulcanize Created 4 years, 4 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 | « chrome/browser/resources/md_history/app.vulcanized.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar_search_field.html
diff --git a/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar_search_field.html b/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar_search_field.html
index 097788986b0f5acbbe65de5420c7ae48b0e133c7..896bb61968e02a3173acbddeda5d5ab9f9153267 100644
--- a/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar_search_field.html
+++ b/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar_search_field.html
@@ -123,7 +123,7 @@
on-keydown="onSearchTermKeydown" no-label-float>
<label id="prompt" for="searchInput">[[label]]</label>
<input is="iron-input" id="searchInput" type="search"
- on-blur="onInputBlur_" incremental></input>
+ on-blur="onInputBlur_" incremental autofocus></input>
</paper-input-container>
<paper-icon-button icon="cr:cancel" id="clearSearch"
title="[[clearLabel]]" hidden$="[[!hasSearchText_]]"
« no previous file with comments | « chrome/browser/resources/md_history/app.vulcanized.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698