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

Unified Diff: chrome/browser/resources/settings/controls/settings_input.html

Issue 2752373003: MD Settings: Make Escape blur and undo changes to input fields. (Closed)
Patch Set: fix Created 3 years, 9 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/controls/settings_input.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/controls/settings_input.html
diff --git a/chrome/browser/resources/settings/controls/settings_input.html b/chrome/browser/resources/settings/controls/settings_input.html
index 47bcfe141eadab0f5c35ef326e97bbb2ee41f4c8..0ebc11461116a6315dcb9dea0f123ee49b4b5269 100644
--- a/chrome/browser/resources/settings/controls/settings_input.html
+++ b/chrome/browser/resources/settings/controls/settings_input.html
@@ -19,7 +19,8 @@
error-message="[[errorMessage]]" label="[[label]]"
no-label-float="[[noLabelFloat]]" pattern="[[pattern]]"
readonly$="[[readonly]]" required="[[required]]" type="[[type]]"
- on-change="onChange_" disabled="[[isDisabled_(disabled, pref.*)]]"
+ on-change="onChange_" on-keydown="onKeydown_"
+ disabled="[[isDisabled_(disabled, pref.*)]]"
stop-keyboard-event-propagation$="[[stopKeyboardEventPropagation]]"
tabindex$="[[getTabindex_(canTab)]]">
</paper-input>
« no previous file with comments | « no previous file | chrome/browser/resources/settings/controls/settings_input.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698