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

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

Issue 2538183008: Fix issue caused by updating list that references global scroll target. (Closed)
Patch Set: nit Created 4 years 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 469207deaa2699d99699adabb3909e14cc57be69..edbf7055b5c845144fd0676da8ea9aadcd7d3702 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
@@ -36,7 +36,7 @@
<div id="outer">
<content></content>
<div id="container" class="scroll-container">
- <iron-list items="[[engines]]" scroll-target="[[scrollTarget]]">
+ <iron-list items="[[engines]]" scroll-target="[[subpageScrollTarget]]">
<template>
<settings-search-engine-entry engine="[[item]]"
tabindex$="[[tabIndex]]">

Powered by Google App Engine
This is Rietveld 408576698