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

Unified Diff: chrome/browser/resources/settings/site_settings/edit_exception_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 | « chrome/browser/resources/settings/site_settings/add_site_dialog.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/site_settings/edit_exception_dialog.html
diff --git a/chrome/browser/resources/settings/site_settings/edit_exception_dialog.html b/chrome/browser/resources/settings/site_settings/edit_exception_dialog.html
index ba35952132f72fb5d9e4ed6e8959fb8eab07ebcf..ea1abb33866f38ac44d6690568cccc7516a964a8 100644
--- a/chrome/browser/resources/settings/site_settings/edit_exception_dialog.html
+++ b/chrome/browser/resources/settings/site_settings/edit_exception_dialog.html
@@ -13,7 +13,8 @@
<div class="body">
<paper-input always-float-label label="$i18n{addSite}"
placeholder="$i18n{addSiteExceptionPlaceholder}"
- value="{{origin_}}" on-input="validate_" on-keypress="onKeypress_" >
+ value="{{origin_}}" on-input="validate_" on-keypress="onKeypress_"
+ autofocus>
</paper-input>
</div>
<div class="button-container">
« no previous file with comments | « chrome/browser/resources/settings/site_settings/add_site_dialog.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698