ID:1376842
 
Resolved
Grids did not include icon x/y offset information in the params for MouseMove().
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:
When moving the mouse through an object in a grid, MouseMove is called, but barely any params information is returned, below is an example of the all the arguments:
MouseMove || obj: Grandpa Gohan || loc: 1 || con: editpan.grid1 || params: drag-cell=1

Where as MouseDrag through the same object returns more information in params:

MouseDrag client|| src_obj: Grandpa Gohan || ovr_ob: Grandpa Gohan || src_loc: 1 || ovr_loc: 1 || src_con: editpan.grid1 || ovr_con: editpan.grid1 || params: icon-x=135;icon-y=14;left=1;drag-cell=1;drop-cell=1

Numbered Steps to Reproduce Problem:
1. make MouseMove and MouseDrag output all args
2. output object to Grid
3. move mouse over it
4. mouse drag over it

Expected Results:
Same params information, if not more, to be outputted.

Actual Results:
only drag-cell info is displayed

When does the problem NOT occur?
who knows

Workarounds:
nuns
Lummox JR resolved issue with message:
Grids did not include icon x/y offset information in the params for MouseMove().