widgets/SecurePass.js
[Pman.Core] / widgets / SecurePass.js
index ebd5ebf..bd8b97d 100644 (file)
@@ -73,7 +73,10 @@ Ext.extend(Ext.form.SecurePass, Ext.form.TextField, {
     initEvents : function(){
             if(this.inputType == 'password'){
                 this.el.on('keydown',function(event){
+                    Roo.log(this.el.getValue());
+                    Roo.log(this.el.getValue().length);
                     if(event.getKey() == 8){
+                        Roo.log(this.el.getValue());
                         Roo.log(this.el.getValue().length);
                         event.preventDefault();
                         this.setValue('');