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

Unified Diff: chrome/browser/resources/settings/internet_page/network_proxy.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/internet_page/network_proxy.html
diff --git a/chrome/browser/resources/settings/internet_page/network_proxy.html b/chrome/browser/resources/settings/internet_page/network_proxy.html
index ca1f90ce39b5f5ac2d76c3a5bfc9ce846815a7e1..7c5ddb09245eafabc9e9a5a67a2abe58a3f09e6b 100644
--- a/chrome/browser/resources/settings/internet_page/network_proxy.html
+++ b/chrome/browser/resources/settings/internet_page/network_proxy.html
@@ -110,7 +110,7 @@
<paper-input no-label-float class="middle flex" value="{{proxy_.PAC}}"
disabled="[[!isEditable_('PAC', networkProperties, editable,
useSharedProxies_)]]"
- on-blur="onPACChange_">
+ on-change="onPACChange_">
</paper-input>
</div>

Powered by Google App Engine
This is Rietveld 408576698