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

Unified Diff: chrome/browser/resources/settings/on_startup_page/startup_url_dialog.html

Issue 2722873002: MD Settings: Autofocus first text input in various dialogs. (Closed)
Patch Set: More dialogs Created 3 years, 10 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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/passwords_and_forms_page/address_edit_dialog.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/on_startup_page/startup_url_dialog.html
diff --git a/chrome/browser/resources/settings/on_startup_page/startup_url_dialog.html b/chrome/browser/resources/settings/on_startup_page/startup_url_dialog.html
index 1838ba50a97e0d76da16aace39782051f9731320..534ae38693b681e9e47914292dbff3bf8a517d59 100644
--- a/chrome/browser/resources/settings/on_startup_page/startup_url_dialog.html
+++ b/chrome/browser/resources/settings/on_startup_page/startup_url_dialog.html
@@ -12,7 +12,8 @@
<div class="title">[[dialogTitle_]]</div>
<div class="body">
<paper-input always-float-label id="url" label="$i18n{onStartupSiteUrl}"
- value="{{url_}}" on-input="validate_" on-keypress="onKeypress_">
+ value="{{url_}}" on-input="validate_" on-keypress="onKeypress_"
+ autofocus>
</paper-input>
</div>
<div class="button-container">
« no previous file with comments | « no previous file | chrome/browser/resources/settings/passwords_and_forms_page/address_edit_dialog.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698