fin-hypergrid / core

A canvas-based super high performant grid renderer API
MIT License
897 stars 144 forks source link

Column Dragging Bug #472

Open Dwaynekj opened 7 years ago

Dwaynekj commented 7 years ago

I faced an issue while using column swapping in Hypergrid. I have attached a video to describe the scenario.

These are the steps i followed.(watch the video)

  1. Click on Travel column header.
  2. Drag the column here and there for a while. (move the column bit fast).
  3. Suddenly income column has changed its position.(Although i didn't click or drag it)- This is the issue
  4. Drop the Travel column next to Residence State column.
aa-ron commented 7 years ago

I've seen the same behavior. When dragging a column rapidly over multiple columns, some of the columns that are passed over change order. The same motion will work correctly when dragged at a slower pace.