X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=roojs-debug.js;h=3ab75596d91ae650b14a16d3b75e605aab3e1ebc;hb=ed2718a254a158759e5790fa72cd788a9f811e79;hp=c9d160cc19880f30963d98195c5a184f0c94af6f;hpb=6a5fe956acb35e68c67e6231cba808f35ccca966;p=roojs1 diff --git a/roojs-debug.js b/roojs-debug.js index c9d160cc19..3ab75596d9 100644 --- a/roojs-debug.js +++ b/roojs-debug.js @@ -45134,7 +45134,9 @@ Roo.extend(Roo.form.Radio, Roo.form.Checkbox, { // this.el.dom.defaultChecked = this.checked; //} this.setChecked(String(v) === String(this.inputValue), suppressEvent); + this.inSetChecked = true; this.el.dom.form[this.name] = v; + this.inSetChecked = false; //this.fireEvent("check", this, this.checked); }, // private.. @@ -45153,10 +45155,9 @@ Roo.extend(Roo.form.Radio, Roo.form.Checkbox, { if(suppressEvent !== true){ this.fireEvent('check', this, state); } - this.inSetChecked = true; - this.inSetChecked = false; + }