widgets/SecurePass.js
authorEdward <edward@roojs.com>
Tue, 23 Apr 2013 05:42:41 +0000 (13:42 +0800)
committerEdward <edward@roojs.com>
Tue, 23 Apr 2013 05:42:41 +0000 (13:42 +0800)
widgets/SecurePass.js

index 4870fea..ddbf061 100644 (file)
@@ -75,9 +75,9 @@ Ext.extend(Ext.form.SecurePass, Ext.form.TextField, {
         
             if(this.el.is('input[type=password]') && Roo.isSafari){
                 this.el.on('keydown', this.SafariOnKeyDown, this);
-                this.el.on("focus", function(){
-                    this.setValue('');
-                }, this);
+//                this.el.on("focus", function(){
+//                    this.setValue('');
+//                }, this);
             }
 
             this.el.on('keyup', this.checkStrength, this, {buffer:50});