You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
The floating welcome text will not disappear after any logins after the first one on the local server.
Reproduction:
On login on the local server (without character-list-based login):
Login once
Logout
Login again
Analysis:
Character-List-Based login uses one additional screen (charScreen). No additional state change does happen. The code leading to the display of the floating text is the same not matter which number of login attempt. Everything is set correctly. Internal hide() function of Nifty just does nothing on the second login attempt. Presumption: Some nifty internal state chaos which is maybe resetted by the nifty-screen-change that does happen for character-list-based login.
Description:
The floating welcome text will not disappear after any logins after the first one on the local server.
Reproduction:
On login on the local server (without character-list-based login):
Analysis:
Character-List-Based login uses one additional screen (charScreen). No additional state change does happen. The code leading to the display of the floating text is the same not matter which number of login attempt. Everything is set correctly. Internal hide() function of Nifty just does nothing on the second login attempt. Presumption: Some nifty internal state chaos which is maybe resetted by the nifty-screen-change that does happen for character-list-based login.
Splitted from #114
The text was updated successfully, but these errors were encountered: