Open juj opened 12 years ago
In bin/scenes/Chatapplication/ChatApplication.js, the logic on line 138-139:
this.hoveringText.text = msg; frame.DelayedExecute(this.showTextTime).Triggered.connect(this, this.HideText);
is wrong, and causes multiple lines of text to be improperly shown in sequence. If the user enter multiple lines of text quickly, this logic will hide the messages improperly too soon.
Closing as chat bubble functionality doesn't exist any longer.
juj means hoveringtext based "bubbles", for which the above incorrect logic still exists.
In bin/scenes/Chatapplication/ChatApplication.js, the logic on line 138-139:
is wrong, and causes multiple lines of text to be improperly shown in sequence. If the user enter multiple lines of text quickly, this logic will hide the messages improperly too soon.