#503 closed defect (done)
MouseMove event bug with some mouse drivers
Reported by: | mstoeger | Owned by: | mstoeger |
---|---|---|---|
Priority: | lowest | Milestone: | HeuristicLab 3.3.0 |
Component: | Visualization | Version: | 3.2 |
Keywords: | Cc: |
Description
Change History (2)
comment:1 Changed 16 years ago by mstoeger
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 14 years ago by swagner
- Component changed from General to Visualization
Note: See
TracTickets for help on using
tickets.
Fixed MouseMove event bug with some mouse drivers (r1244)
Didi's mouse produces a steady flow of mouse-move events with the same coordinates without the mouse being moved. This causes constant redraws of the chart.
Events with coordinates that are the same as the coordinates of the previous event are now ignored.