ID:1676459
 
Resolved
Empty statpanels did not appear.
BYOND Version:507
Operating System:Windows 7 Home Premium 64-bit
Web Browser:IE 11, Chrome
Applies to:Webclient
Status: Resolved (507.1256)

This issue has been resolved.
build .1255

Descriptive Problem Summary:

If a statpanel does not contain any values, it does not appear on the webclient. In seeker, these do appear.

Additionaly, in game Dan.Pipestock - an empty tab appears only. Not the one that contains data. Not sure if you guys have the source of this or if it has been lost since then.

Numbered Steps to Reproduce Problem:
Code below for empty tabs. For Pipestock, I do not have any code for this issue.

Join game Dan.Pipestock

Code Snippet (if applicable) to Reproduce Problem:
mob/Stat()
statpanel("Stats3:")
for(var/client/c)
stat("> [c]")
statpanel("Stats2:")
for(var/c in list())
stat("> [c]")
statpanel("Stats1:")
for(var/c in list())
stat("> [c]")


Expected Results:
All tabs Appear

Actual Results:
Some tabs appear


Does the problem occur:
Every time? Or how often? Every time
In other games? Unknown (Most Likely)

When does the problem NOT occur?

Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? (Visit http://www.byond.com/download/build to download old versions for testing.)

Workarounds:
Use Seeker
I haven't seen anything amiss in PipeStock, but I found the empty panel issue at least.
Lummox JR resolved issue with message:
Empty statpanels did not appear.
For completeness, this is what I saw in pipestock:



Net Worths would popup, even though the one with data is [src]. Possible same issue. Will retest once it has been released.

Thanks!
Ah, I must have been looking at PipeStock post-fix. It's fine now.