It appears I've discovered a bug with the CuteChat software. Here is the scenario to receate the bug:
- Create a new user with username "joe_smith".
- Login to a chat room with "joe_smith" (all lowercase) and change the avatar or enter some text.
- Logout and wait a few minutes.
- Login again to a chat room with "Joe_Smith" using the proper case as shown.
- Enter a message and hit "Enter". A client-side script error will occur. Typically locking up all users in the chat room.
If you have a client-side script debugger, you'll get the following error message:
Line: 4
Error: 'Undefined' is null or not an object.
The javascript page is "chat.rane.js.aspx" and the actual line number is 421.
I've been able to reproduce this error multiple times. Is there a fix to this problem?