ID:1382230
 
Resolved
Stat lines without objects could disappear after being dragged.
BYOND Version:500.1209
Operating System:Windows 7 Home Premium 64-bit
Web Browser:Firefox 23.0
Applies to:Dream Seeker
Status: Resolved (500.1210)

This issue has been resolved.
Descriptive Problem Summary: When I click/drag an item inside the Statpanel, it disappears. More like shades out because the stats don't shift upward.

Numbered Steps to Reproduce Problem: Create a statpanel, click and/or drag the stat displayed.

Code Snippet (if applicable) to Reproduce Problem:
mob/Statpanel() { stat("Item A"); stat("Item B"); }


Expected Results: Nothing happens to the stat being displayed.

Actual Results: The stat disappears/ shades out.

Does the problem occur:
Every time? Or how often? Everytime.
In other games? Yes.
In other user accounts? yes.
On other computers? Yes.

When does the problem NOT occur? I don't know, it always 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.)

It didn't occur in the public build of 499.

Workarounds: Downgrade to 499 instead of using Beta 500.

Can you provide a test project? I'm not getting this issue in my projects.

Also, your code snippet isn't valid code. There's no Statpanel() proc...

Edit: Actually, I'm getting this only under certain circumstances...WEIRD.
I'm definitely not seeing this. A test project will help.
Lummox JR changed status to 'Unverified'
This pretty much reproduces it for me:

http://puu.sh/4xaeZ.zip

It's weird though, it doesn't always happen.
What Saiyan said.
Lummox JR resolved issue with message:
Stat lines without objects could disappear after being dragged.