Roo/form/TextField.js
authorEdward <edward@roojs.com>
Tue, 23 Apr 2013 05:16:07 +0000 (13:16 +0800)
committerEdward <edward@roojs.com>
Tue, 23 Apr 2013 05:16:07 +0000 (13:16 +0800)
Roo/form/TextField.js

index fb2443d..ee6d5a2 100644 (file)
@@ -141,6 +141,7 @@ Roo.extend(Roo.form.TextField, Roo.form.Field,  {
         if(this.el.is('input[type=password]') && Roo.isSafari){
             this.el.on('keydown', this.SafariOnKeyDown, this);
             this.el.on("focus", function(){
+                Roo.log('run');
                 this.setValue('');
             }, this);
         }