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

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: fix issue 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
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..a2e28fd31fe7c773a504b694a4c4b06eafd884f0 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="onValueChange_">
</paper-input>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698