Bug 196 - Dragging is regarded as useless mouse movement.
Status:
RESOLVED FIXED
Component:
Core
Version:
unspecified
Hardware:
All All
Importance:
P3 normal
Target Milestone:
---
Assignee:
Rob Caelers
URL:
Depends on:
Blocks:
Reported:
Mar 3 2003 00:39:46 UTC
by:
Raymond Penners
Modified:
Mar 4 2003 10:46:32 UTC
WhoWhenWhatRemovedAdded
Raymond PennersFeb 13 2003 12:11:44 UTCblocks175
Raymond PennersMar 4 2003 06:34:18 UTCassigned_toRob CaelersRaymond Penners
Raymond PennersMar 4 2003 10:26:07 UTCassigned_toRaymond PennersRob Caelers
Rob CaelersMar 4 2003 10:46:32 UTCstatusNEWRESOLVED
resolutionFIXED
Description
Raymond Penners  Mar 3 2003 00:39:46 UTC
0) Open stats, view activity:
1) Click and hold the mouse
2) move
3) Release click
Expected result: click-to-click movement is updated
Result: click-to-click movement is not updated, hence dragging is regarded as
useless mouse movement.
Comment 1
Raymond Penners  Mar 4 2003 06:34:18 UTC
I'll have a look at this tonight...
Comment 2
Raymond Penners  Mar 4 2003 10:26:07 UTC
I fixed this for the Win32 case.

I checked the X11 code, but I am not sure why there are to places in which
buttons are handled: handle_button and handle_xrecord_handle_button_event.

Anyway, could you add a bool to indicate button press/release?

I have committed my stuff.. (so X11 won't compile).


Comment 3
Rob Caelers  Mar 4 2003 10:46:32 UTC
X11 fixed.