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

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

Issue 2811693004: MD Settings: Restore focus after exiting various subpages. (Closed)
Patch Set: Address comments, fix test. 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/printing_page/printing_page.html
diff --git a/chrome/browser/resources/settings/printing_page/printing_page.html b/chrome/browser/resources/settings/printing_page/printing_page.html
index dbfa5cf78c4124b9c27343c5045bce4fb7557cf2..29ebbe9f1100378b17d772598766ad00e94a5dbe 100644
--- a/chrome/browser/resources/settings/printing_page/printing_page.html
+++ b/chrome/browser/resources/settings/printing_page/printing_page.html
@@ -14,7 +14,8 @@
<dom-module id="settings-printing-page">
<template>
<style include="settings-shared"></style>
- <settings-animated-pages id="pages" section="printing">
+ <settings-animated-pages id="pages" section="printing"
+ focus-config="[[focusConfig_]]">
<array-selector id="arraySelector" items="{{cupsPrinters}}"
selected="{{detailPrinter_}}">
</array-selector>

Powered by Google App Engine
This is Rietveld 408576698