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

index 4f44d6d..fe8253e 100644 (file)
@@ -71,12 +71,12 @@ Ext.extend(Ext.form.SecurePass, Ext.form.TextField, {
 
     // private
     initEvents : function(){
-            
-            if(this.el.is('input[type=password]') && Roo.isSafari){
-                this.el.on('keydown', this.SafariOnKeyDown, this);
-            }
+        
+//            if(this.el.is('input[type=password]') && Roo.isSafari){
+//                this.el.on('keydown', this.SafariOnKeyDown, this);
+//            }
             Ext.form.SecurePass.superclass.initEvents.call(this);
-            this.el.on('keyup', this.checkStrength, this, {buffer:50});
+            this.el.on('keyup', this.checkStrength, this);
        },
 
        // private