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

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

Issue 2852413003: MD Settings: omnibox extensions list to use focus-row-behavior. (Closed)
Patch Set: Created 3 years, 8 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_page.html
diff --git a/chrome/browser/resources/settings/search_engines_page/search_engines_page.html b/chrome/browser/resources/settings/search_engines_page/search_engines_page.html
index 4cf645c01cf1e35931a1895ee586abdfff0a6407..5bb2f1ab01ad8ac7fc7972614c486460c303c218 100644
--- a/chrome/browser/resources/settings/search_engines_page/search_engines_page.html
+++ b/chrome/browser/resources/settings/search_engines_page/search_engines_page.html
@@ -49,10 +49,11 @@
<h2>$i18n{searchEnginesExtension}</h2>
</div>
<iron-list id="extensions" class="extension-engines fixed-height-list"
- selectable items="[[extensions]]">
+ items="[[extensions]]">
<template>
<settings-omnibox-extension-entry engine="[[item]]"
- tabindex$="[[tabIndex]]">
+ tabindex$="[[tabIndex]]" iron-list-tab-index="[[tabIndex]]"
hcarmona 2017/05/04 21:03:35 do you need both tabindex and iron-list-tab-index?
scottchen 2017/05/04 21:57:38 yeah, the js code uses them to do slightly differe
hcarmona 2017/05/04 22:51:35 SG
+ last-focused="{{OmniboxExtensionlastFocused_}}">
</settings-omnibox-extension-entry>
</template>
</iron-list>

Powered by Google App Engine
This is Rietveld 408576698