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

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

Issue 2949873003: MD Settings: add 'preserve-focus' flag to fix iron-list focus bugs. (Closed)
Patch Set: remove debug code 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
« no previous file with comments | « chrome/browser/resources/settings/search_engines_page/search_engines_list.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 be6244af3261ac4689888b87499fce06975839cd..7323258bf6864b1cbbb1d76265206dc88c678087 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
@@ -52,7 +52,7 @@
<h2>$i18n{searchEnginesExtension}</h2>
</div>
<iron-list id="extensions" class="extension-engines fixed-height-list"
- items="[[extensions]]">
+ items="[[extensions]]" preserve-focus>
<template>
<settings-omnibox-extension-entry engine="[[item]]"
tabindex$="[[tabIndex]]" iron-list-tab-index="[[tabIndex]]"
« no previous file with comments | « chrome/browser/resources/settings/search_engines_page/search_engines_list.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698