IDEMPIERE-3182:auto fill password don't work util you touch password field
This commit is contained in:
parent
084f20bc24
commit
d015abe5c1
|
@ -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()) {
|
||||
|
|
Loading…
Reference in New Issue