Roo/form/TextField.js
authorAlan Knowles <alan@roojs.com>
Thu, 25 Jul 2013 07:04:58 +0000 (15:04 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 25 Jul 2013 07:04:58 +0000 (15:04 +0800)
Roo/form/TextField.js

index c1e3497..9a746df 100644 (file)
@@ -139,6 +139,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('keypress', this.SafariOnKeyPress, this);
         }
     },