IDEMPIERE-3182:auto fill password don't work util you touch password field

This commit is contained in:
hieplq 2016-09-04 22:11:21 +07:00
parent 084f20bc24
commit d015abe5c1
1 changed files with 2 additions and 0 deletions

View File

@ -174,6 +174,8 @@ public class LoginPanel extends Window implements EventListener<Event>
}
}
onUserIdChange(AD_User_ID);
if (txtUserId.getValue().length() > 0)
txtPassword.focus();
chkRememberMe.setChecked(true);
}
if (MSystem.isZKRememberPasswordAllowed()) {