Hi,
In an unsorted ListGrid where records can be reordered through drag and drop, the order of the dropped records depends on where the shift-click to select the range was started.
This is visible in the Drag Tiles (move) showcase (version 13.op build 2022-11-28) using the latest version of Chrome (Version 107.0.5304.108 (Official Build) (64-bit)).
Steps to reproduce:
I expect the relative order of drag and dropped records to stay the same in an unordered ListGrid.
This is true for all methods of selecting a set of records except when shift-clicking from bottom to top.
Thanks
In an unsorted ListGrid where records can be reordered through drag and drop, the order of the dropped records depends on where the shift-click to select the range was started.
This is visible in the Drag Tiles (move) showcase (version 13.op build 2022-11-28) using the latest version of Chrome (Version 107.0.5304.108 (Official Build) (64-bit)).
Steps to reproduce:
- Click the first record
- Shift-click the third record
- Drag and drop those records somewhere else
- The dropped records stay in their original order: 1, 2, 3
- Click the third record
- Shift-click the first record
- Drag and drop those records somewhere else
- The bottom record in the original selection is now moved to the top, the order is: 3, 1, 2
I expect the relative order of drag and dropped records to stay the same in an unordered ListGrid.
This is true for all methods of selecting a set of records except when shift-clicking from bottom to top.
Thanks
Comment