From 90b17de9fe65dda87b6e9148ff458b0fdcecc882 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 17 Mar 2015 15:49:43 +0800 Subject: [PATCH] Roo/form/Field.js --- Roo/form/Field.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2