From fde6c16b332978198a06605a959b5e6e2e5cd57c Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 18 Feb 2014 17:15:44 +0800 Subject: [PATCH] Roo/form/ComboBoxArray.js --- Roo/form/ComboBoxArray.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Roo/form/ComboBoxArray.js b/Roo/form/ComboBoxArray.js index 52ad0397d7..a8dd71e968 100644 --- a/Roo/form/ComboBoxArray.js +++ b/Roo/form/ComboBoxArray.js @@ -364,8 +364,8 @@ Roo.extend(Roo.form.ComboBoxArray, Roo.form.TextField, msg = msg || this.invalidText; switch(this.msgTarget){ case 'qtip': - this.el.dom.qtip = msg; - this.el.dom.qclass = 'x-form-invalid-tip'; + this.combo.el.dom.qtip = msg; + this.combo.el.dom.qclass = 'x-form-invalid-tip'; if(Roo.QuickTips){ // fix for floating editors interacting with DND Roo.QuickTips.enable(); } -- 2.39.2