Pman.Dialog.BAdminPasswordReset.bjs
[Pman.BAdmin] / Pman.Dialog.BAdminPasswordReset.bjs
index eac658c..82f133b 100644 (file)
@@ -21,7 +21,7 @@
  "items" : [
   {
    "listeners" : {
-    "show" : "function (_self)\n{\n    _this.dialog.el.select('.modal-content', true).first().unmask();\n    _this.form.findField('password1').focus();\n}"
+    "show" : "function (_self)\n{\n    _this.dialog.el.select('.modal-content', true).first().unmask();\n    var p1 =     _this.form.findField('password1');\n    p1.focus.defer(100, p1);\n}"
    },
    "String cls" : "enable-overflow roo-bootstrap-dialog",
    "Boolean animate" : false,