Roo/form/ComboBoxArray.js
authorMichael <michael@roojs.com>
Wed, 25 Mar 2015 08:28:33 +0000 (16:28 +0800)
committerMichael <michael@roojs.com>
Wed, 25 Mar 2015 08:28:33 +0000 (16:28 +0800)
Roo/form/ComboBoxArray.js

index 9534e3e..39b79f8 100644 (file)
@@ -452,16 +452,15 @@ Roo.extend(Roo.form.ComboBoxArray.Item, Roo.BoxComponent, {
                         String.format('{0}',this.data[this.tipField])
         );
         
-        if(this.cb.disabled){
-            return;
-        }
-
         this.el.child('img').on('click', this.remove, this);
         
     },
    
     remove : function()
     {
+        if(this.cb.disabled){
+            return;
+        }
         this.cb.items.remove(this);
         this.el.child('img').un('click', this.remove, this);
         this.el.remove();