realXtend / tundra

realXtend Tundra SDK, a 3D virtual world application platform.
www.realxtend.org
Apache License 2.0
84 stars 70 forks source link

Avatar chat bubbles fail to show/hide texts properly in sequence. #293

Open juj opened 12 years ago

juj commented 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.

Stinkfist0 commented 11 years ago

Closing as chat bubble functionality doesn't exist any longer.

cadaver commented 11 years ago

juj means hoveringtext based "bubbles", for which the above incorrect logic still exists.