IDEMPIERE-2300 refresh login page make you go to timeout session.

This commit is contained in:
Heng Sin Low 2015-01-20 15:27:12 +08:00
parent d6369ca038
commit 327abc2269
1 changed files with 3 additions and 0 deletions

View File

@ -209,6 +209,9 @@ public class LoginPanel extends Window implements EventListener<Event>
if (found)
break;
}
txtUserId.removeEventListener(Events.ON_FOCUS, txtUserId);
txtPassword.removeEventListener(Events.ON_FOCUS, txtPassword);
}
protected void createUI() {