Bug 286182 - When instant-apply is on, textfield-widget prefs values aren't being saved during input. r=mconnor, a=mkaply

This commit is contained in:
mozilla.mano%sent.com 2005-07-01 00:46:28 +00:00
parent edffbf2f96
commit 2447366cca

View File

@ -1091,6 +1091,11 @@
// the user in this window.
this.userChangedValue(event.target);
</handler>
<handler event="input">
// This "input" event handler tracks changes made to preferences by
// the user in this window.
this.userChangedValue(event.target);
</handler>
<handler event="paneload">
<![CDATA[
// Initialize all values from preferences.