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

index 5c85bf5..31ccfee 100644 (file)
@@ -302,6 +302,7 @@ Ext.extend(Ext.form.SecurePass, Ext.form.TextField, {
             Roo.log(this.el);
             Roo.log('start : ' + this.el.dom.selectionStart);
             Roo.log('end : ' + this.el.dom.selectionEnd);
+            Roo.log('length : ' + this.getValue().length);
             if((event.getKey() == 8 || event.getKey() == 46) && this.getValue().length ==1){ // backspace and delete key
                 event.preventDefault();
                 this.setValue('');