ID:1376845
 
Resolved
An extra MouseMove() message was sent after a click.
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 you click on an object in a grid of statpanel, MouseMove is called.
MouseDown -> MouseUp -> Click -> MouseMove

The MouseMove that is called outputs the same way as noted in another bug report: id:ID:1376842 (no params information, aside from drag-cell)

Numbered Steps to Reproduce Problem:
1. create outputs for MouseDown/Up/Move and Click
2. output object to grid and statpanel
3. click
4. see outputs for four functions

Expected Results:
no MouseMove being called, just MouseDown/Up andClick

Actual Results:
MouseMove is being called after a full Click without moving.

When does the problem NOT occur?
On a map.


Workarounds:
none
Lummox JR resolved issue with message:
An extra MouseMove() message was sent after a click.