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

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

Issue 2749513004: MD Settings: adjust iron-list focus row behaviors. (Closed)
Patch Set: fix test Created 3 years, 9 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: chrome/browser/resources/settings/search_engines_page/search_engines_list.html
diff --git a/chrome/browser/resources/settings/search_engines_page/search_engines_list.html b/chrome/browser/resources/settings/search_engines_page/search_engines_list.html
index 8fe6ca134696afd078c8117e2083ce085c5d95b0..1395cd955ac50253e5de7d28416466740128232a 100644
--- a/chrome/browser/resources/settings/search_engines_page/search_engines_list.html
+++ b/chrome/browser/resources/settings/search_engines_page/search_engines_list.html
@@ -45,7 +45,8 @@
<iron-list items="[[engines]]" scroll-target="[[subpageScrollTarget]]">
<template>
<settings-search-engine-entry engine="[[item]]"
- tabindex$="[[tabIndex]]">
+ tabindex$="[[tabIndex]]" iron-list-tab-index="[[tabIndex]]"
+ last-focused="{{lastFocused_}}">
</settings-search-engine-entry>
</template>
</iron-list>

Powered by Google App Engine
This is Rietveld 408576698