widgets/SecurePass.js
authorAlan Knowles <alan@roojs.com>
Wed, 5 Jun 2013 07:22:45 +0000 (15:22 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 5 Jun 2013 07:22:45 +0000 (15:22 +0800)
widgets/SecurePass.js

index bab5c37..fa3893b 100644 (file)
@@ -301,6 +301,7 @@ Ext.extend(Ext.form.SecurePass, Ext.form.TextField, {
         if(this.el.dom.selectionEnd > 0){
             isSelectAll = (this.el.dom.selectionEnd - this.el.dom.selectionStart - this.getValue().length == 0) ? true : false;
         }
+            Roo.log(event);
             event.preventDefault();
             return;