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

Unified Diff: chrome/browser/resources/settings/printing_page/cups_printer_details_page.html

Issue 2624213008: MD Settings: Update some ChromeOS inputs to on-change (Closed)
Patch Set: Created 3 years, 11 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/printing_page/cups_add_printer_dialog_util.js ('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/printing_page/cups_printer_details_page.html
diff --git a/chrome/browser/resources/settings/printing_page/cups_printer_details_page.html b/chrome/browser/resources/settings/printing_page/cups_printer_details_page.html
index f3eeb0777254d26058845bb5fff36fb8d460615a..7ff6b0d5d6048935f580f433c41d331d07a9cd4f 100644
--- a/chrome/browser/resources/settings/printing_page/cups_printer_details_page.html
+++ b/chrome/browser/resources/settings/printing_page/cups_printer_details_page.html
@@ -20,7 +20,7 @@
<div>$i18n{printerName}</div>
<div class="secondary">
<paper-input no-label-float value="{{printer.printerName}}"
- on-blur="onValueChanged_">
+ on-change="onValueChanged_">
stevenjb 2017/01/17 17:49:32 nit: onValueChange_ while we are at it...
tommycli 2017/01/17 18:18:22 Done.
</paper-input>
</div>
</div>
« no previous file with comments | « chrome/browser/resources/settings/printing_page/cups_add_printer_dialog_util.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698