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

Unified Diff: chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html

Issue 2538183008: Fix issue caused by updating list that references global scroll target. (Closed)
Patch Set: 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/passwords_and_forms_page/passwords_section.html
diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html
index 0fe8c28c43982b8c367f5bb93ea381f358746f22..b777a4d92655574221185626cf8a3d3fdde54679 100644
--- a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html
+++ b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html
@@ -71,7 +71,7 @@
<iron-list id="passwordList"
items="[[getFilteredPasswords_(savedPasswords, filter)]]"
class="vertical-list list-with-header"
- scroll-target="[[scrollTarget]]">
+ scroll-target="[[activeTarget]]">
<template>
<div class="list-item">
<div class="website-column">

Powered by Google App Engine
This is Rietveld 408576698