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

Unified Diff: chrome/browser/sync/resources/merge_and_sync.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 | « no previous file | chrome/browser/sync/resources/setup_done.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/resources/merge_and_sync.html
diff --git a/chrome/browser/sync/resources/merge_and_sync.html b/chrome/browser/sync/resources/merge_and_sync.html
index f350ae0f9e1318bbd06c452f0295f593fd60b578..d902d104a3a43f7255e6f72a34634e7d4b8c0ffb 100644
--- a/chrome/browser/sync/resources/merge_and_sync.html
+++ b/chrome/browser/sync/resources/merge_and_sync.html
@@ -54,6 +54,10 @@ html[dir='rtl'] .textaligned {
+ "</b></font></p>";
}
+ function onPageShown() {
+ document.getElementById("acceptMerge").focus();
+ }
+
</script>
</head>
<body onload="setInterval(advanceThrobber, 30);">
« no previous file with comments | « no previous file | chrome/browser/sync/resources/setup_done.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698