DataGridXL2 icon indicating copy to clipboard operation
DataGridXL2 copied to clipboard

Mousemove while drag-selecting downwards slows down scrolling of grid

Open DataGridXL opened this issue 3 years ago • 1 comments

When mouse-drag selecting downwards (mouse outside of grid), edge detection is activated. Only when mouse stays still the scrolling remains in a solid tempo.

When mouse moves during this drag action, even if mouse movement/coordinates should not affect grid scroll speed (eg. mouse only moves horizontally, which should not affect vertical scroll speed), grid scrolling slows down considerably.

DataGridXL avatar Feb 08 '22 12:02 DataGridXL

v3 does edge detection based on request animation frame, not based on timeouts. Let's make sure to implement a new approach that does not encounter this issue.

DataGridXL avatar Oct 25 '23 22:10 DataGridXL