ID:1998076
 
Resolved
Object layering order was sometimes incorrect in the webclient, in cases where two objects shared the same layer.
BYOND Version:509
Operating System:Windows 7 Pro 64-bit
Web Browser:Chrome 47.0.2526.80
Applies to:Webclient
Status: Resolved (509.1317)

This issue has been resolved.
509.1316

Descriptive Problem Summary:
The text in the speechbubbles doesn't show up.

Numbered Steps to Reproduce Problem:
- Host the demo and view it in WebClient

Speech-Bubbles

Expected Results:
Renders the same as DreamSeeker client.

Actual Results:
Text is missing from speech bubble.



I see what's happening here. The webclient isn't tracking the exact order of atoms in a turf (the server doesn't send it that info yet), and I think the text is showing up first. Since the library puts two objects on the exact same layer--not a fantastic idea--it's falling prey to this problem.

I'll have to add info to handle this.
Lummox JR resolved issue with message:
Object layering order was sometimes incorrect in the webclient, in cases where two objects shared the same layer.