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

Unified Diff: chrome/browser/sync/resources/setup_done.html

Issue 442019: Fix keyboard focus in initial sync dialogs. (Closed)
Patch Set: Created 11 years, 1 month 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
« no previous file with comments | « chrome/browser/sync/resources/merge_and_sync.html ('k') | chrome/browser/sync/resources/setup_flow.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/resources/setup_done.html
diff --git a/chrome/browser/sync/resources/setup_done.html b/chrome/browser/sync/resources/setup_done.html
index 897f191f82786263a4bd9098ecc11cd612e4c769..4e5cf3478b371bf0218935215e6c885b1979b60e 100644
--- a/chrome/browser/sync/resources/setup_done.html
+++ b/chrome/browser/sync/resources/setup_done.html
@@ -30,6 +30,9 @@ html[dir='rtl'] .endaligned {
function setSyncedToUser(synced_to) {
document.getElementById('user').innerHTML = synced_to;
}
+ function onPageShown() {
+ document.getElementById("close").focus();
+ }
</script>
<body bgcolor="#ffffff" vlink="#666666
i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"
« no previous file with comments | « chrome/browser/sync/resources/merge_and_sync.html ('k') | chrome/browser/sync/resources/setup_flow.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698