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

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

Issue 2152753003: MD History: Fix forward slash key not working in search field (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: I don't feel like to describe this patch, yeah~ Created 4 years, 5 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 | « ui/webui/resources/cr_elements/cr_search_field/cr_search_field_behavior.js ('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 eb51cdb99927eba5084d5816ef2ed7d006db0878..8bc7d9db044e96e01bab3dcfe86b4fe15f57fe66 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
@@ -126,7 +126,7 @@
<paper-icon-button id="icon" icon="cr:search" title="[[label]]"
tabindex$="[[computeIconTabIndex_(narrow)]]">
</paper-icon-button>
- <paper-input-container on-search="onSearchTermSearch"
+ <paper-input-container id="searchTerm" on-search="onSearchTermSearch"
on-keydown="onSearchTermKeydown" no-label-float>
<label id="prompt" for="searchInput">[[label]]</label>
<input is="iron-input" id="searchInput" type="search"
« no previous file with comments | « ui/webui/resources/cr_elements/cr_search_field/cr_search_field_behavior.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698