ID:1376834
 
Resolved
MouseMove() was not called for objects in a statpanel.
BYOND Version:500.1206
Operating System:Windows 7 Home Premium 64-bit
Web Browser:Chrome 31.0.1626.5
Applies to:Dream Seeker
Status: Resolved (500.1208)

This issue has been resolved.
Descriptive Problem Summary:
MouseMove() is not called for things in a statpanel, but MouseDrag() is called
Numbered Steps to Reproduce Problem:
1. output something to a statpanel via Stat()/stat()
2. define & make MouseMove() output something
3. mouse over that thing
4. only MouseEntered/Exited are called
5. Re-try with MouseDrag()


Expected Results:
MoveMove gets called for any atom anywhere.

Actual Results:
It doesn't get called in Statpanels.

When does the problem NOT occur?
When mouse is held down during it - so MouseDrag.

Workarounds:
nuns
Lummox JR resolved issue with message:
MouseMove() was not called for objects in a statpanel.