mmason930 / kinslayer-mud-client

Web client for Kinslayer
http://www.kinslayermud.org
2 stars 0 forks source link

Sign In Lightbox Behaves Oddly #2

Open mmason930 opened 10 years ago

mmason930 commented 10 years ago

The lightbox for signing in has some odd behavior.

1) There is sometimes a delay between when the client loads and when the lightbox appears. During this time, the user can be confused and start typing in a command in the input box.

2) If the user closes the lightbox, there is no obvious way for to get it to reappear. They need either to reload the page or disconnect and reconnect. It may be best to disallow the user from closing the lightbox.

chrisdibble commented 10 years ago

Checked in a small change to make the Sign In dialog box show up upon initial page load with the submit/create character buttons disabled with a message informing the user to wait for the connection to be established. The buttons enable when the message comes over the socket that sign in is ready.