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

Unified Diff: chrome/browser/resources/settings/settings_page/settings_animated_pages.html

Issue 2805363002: MD Settings: Add mechanism to restore focus after subpage exiting. (Closed)
Patch Set: Address @dbeam comments. 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/settings_page/settings_animated_pages.html
diff --git a/chrome/browser/resources/settings/settings_page/settings_animated_pages.html b/chrome/browser/resources/settings/settings_page/settings_animated_pages.html
index 8340f045b3d0df4d2abfc6e5526e8efad25dc877..42e1956923a31c23ef73b5c653ca792ad31f791f 100644
--- a/chrome/browser/resources/settings/settings_page/settings_animated_pages.html
+++ b/chrome/browser/resources/settings/settings_page/settings_animated_pages.html
@@ -27,7 +27,8 @@
position: static;
}
</style>
- <neon-animated-pages id="animatedPages" attr-for-selected="route-path">
+ <neon-animated-pages id="animatedPages" attr-for-selected="route-path"
+ on-iron-select="onIronSelect_">
<content select="*"></content>
</neon-animated-pages>
</template>

Powered by Google App Engine
This is Rietveld 408576698