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

Unified Diff: chrome/browser/resources/settings/certificate_manager_page/certificate_password_encryption_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/certificate_manager_page/certificate_password_encryption_dialog.html
diff --git a/chrome/browser/resources/settings/certificate_manager_page/certificate_password_encryption_dialog.html b/chrome/browser/resources/settings/certificate_manager_page/certificate_password_encryption_dialog.html
index 95da2bf58b61d798918b9503420cc38f8fc4f2ee..a1b6c26b67770ce69c3f01aed914e0f1b5d2dece 100644
--- a/chrome/browser/resources/settings/certificate_manager_page/certificate_password_encryption_dialog.html
+++ b/chrome/browser/resources/settings/certificate_manager_page/certificate_password_encryption_dialog.html
@@ -17,7 +17,7 @@
<div class="title">$i18n{certificateManagerEncryptPasswordTitle}</div>
<div class="body">
<div>$i18n{certificateManagerEncryptPasswordDescription}</div>
- <div class="password-buttons" on-keypress="onKeypress_">
+ <div class="password-buttons">
<paper-input type="password" value="{{password_}}" id="password"
label="$i18n{certificateManagerPassword}"
on-input="validate_"></paper-input>

Powered by Google App Engine
This is Rietveld 408576698