From: Michael Date: Tue, 17 Mar 2015 07:49:43 +0000 (+0800) Subject: Roo/form/Field.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=90b17de9fe65dda87b6e9148ff458b0fdcecc882 Roo/form/Field.js --- diff --git a/Roo/form/Field.js b/Roo/form/Field.js index 494b01fbd0..7ad268de1d 100644 --- a/Roo/form/Field.js +++ b/Roo/form/Field.js @@ -290,7 +290,7 @@ side Add an error icon to the right of the field with a popup on hover if(!Roo.isOpera && this.focusClass){ // don't touch in Opera this.el.addClass(this.focusClass); } - if(this.hasFocus){ + if(!this.hasFocus){ this.hasFocus = true; this.startValue = this.getValue(); this.fireEvent("focus", this);