Hi. I have a major glitch with the chat... If you enter messages rapidly (e.g. enter 1,2,3,4 and 5 one after another very fast) it glitches... I can't describe it properly so do it yourself and you'll see what I mean... Also, the chat history is messed up when this happens, not only for messages entered, but also not synchronized for each recipient. Both get a different log, both logs are incorrect.

Perhaps a quick-fix would be to have a message delay (wait time) but this wouldn't fix the fundamental problem. I tried disabling the textbox with jQuery on key down, but doesn't work as the chatbox is loaded AFTER the jQuery file.

Hope this helps.

Comments

quiptime’s picture

I think, the wait time is the solution:

Perhaps a quick-fix would be to have a message delay (wait time) but this wouldn't fix the fundamental problem. I tried disabling the textbox with jQuery on key down, but doesn't work as the chatbox is loaded AFTER the jQuery file.

This is added as important to the module todo list.

At the moment I develop new functionalities to extend the module. As examples, friend modules compatibility, chat bar, online/offline functionality and others.

darklight’s picture

Great, thanks for confirming. :)

quiptime’s picture

NP. :-) You help with your feedback.

quiptime’s picture

The wait function to send messages in a short sequence is not implemented yet.

This function to be not as important, it will be done at a later date - along with other changes.

quiptime’s picture

Status: Active » Closed (won't fix)