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

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

Issue 2627373002: MD Settings: Save and restore scroll position in iron-list (Closed)
Patch Set: Use scrollTop Created 3 years, 11 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/bluetooth_page/bluetooth_page.html
diff --git a/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html b/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html
index 20fd975d80251ff3ea851433d0cb82b183bbdf6a..b19365b5bb2afb8ee5dec7299cd50a97617d6c29 100644
--- a/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html
+++ b/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html
@@ -66,7 +66,7 @@
<div id="deviceList" class="list-frame vertical-list"
on-device-event="onDeviceEvent_">
<div id="container" class="layout vertical" scrollable>
- <iron-list items="[[getPairedOrConnecting_(deviceList_.*)]]"
+ <iron-list id="devices" items="[[pairedDeviceList_]]"
selection-enabled selected-item="{{selectedItem_}}"
scroll-target="container">
<template>

Powered by Google App Engine
This is Rietveld 408576698