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

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

Issue 2795353002: WebUI: For cr-dialog, handle Enter keys in paper-inputs. (Closed)
Patch Set: update tests 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/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 534ae38693b681e9e47914292dbff3bf8a517d59..796d30b661ec4c4b70fbe832e687296bdd4b712d 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,8 +12,7 @@
<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_"
- autofocus>
+ value="{{url_}}" on-input="validate_" autofocus>
</paper-input>
</div>
<div class="button-container">

Powered by Google App Engine
This is Rietveld 408576698