Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Floating Welcome Text does not disappear after second login #116

Open
voidowl-rl opened this issue Aug 13, 2020 · 1 comment
Open

Floating Welcome Text does not disappear after second login #116

voidowl-rl opened this issue Aug 13, 2020 · 1 comment
Labels

Comments

@voidowl-rl
Copy link
Contributor

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):

  1. Login once
  2. Logout
  3. 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.

Splitted from #114

@voidowl-rl voidowl-rl added the bug label Aug 13, 2020
@estralis
Copy link
Member

Under the same circumstances, other UI issues happen. Two problems I encountered:

  • Dialog boxes cannot be interacted with
  • Inventory/bag cannot be interacted with

Any clicks on these elements are registered as if the map below the elements was clicked (=I walk around aimlessly).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants