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

Unified Diff: dashboard/dashboard/elements/autocomplete-box.html

Issue 2959503002: Enable Polymer.Settings.useNativeShadow on the dashboard. (Closed)
Patch Set: Created 3 years, 6 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: dashboard/dashboard/elements/autocomplete-box.html
diff --git a/dashboard/dashboard/elements/autocomplete-box.html b/dashboard/dashboard/elements/autocomplete-box.html
index d679ca9856d8b4a08faf3ef819a3411a0ab76e4b..dae19f875866e882839b28379729235aeb083e2d 100644
--- a/dashboard/dashboard/elements/autocomplete-box.html
+++ b/dashboard/dashboard/elements/autocomplete-box.html
@@ -358,7 +358,7 @@ property 'group' sets to the header item name.
},
focus() {
- this.querySelector('input').focus();
+ this.$.textbox.focus();
},
onClickInput() {
« no previous file with comments | « no previous file | dashboard/dashboard/elements/chart-container.html » ('j') | tracing/tracing/ui/base/polymer_preload.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698