Premium support for our pure JavaScript UI components


Post by jarmen »

Two issues:

  1. Rows remain selected after reorder on touch device
  2. After performing several reorders on touch device, exception occurs and reorder is now broken.
    • Uncaught (in promise) Error: Collection move beforeItem parameter must be present in Collection
      at Collection.move (grid.module.js?461863:10:316935)
      at Store.move (grid.module.js?461863:10:337945)
      at Store.move (grid.module.js?461863:10:351918)
      at RowReorder.finalizeReorder (grid.module.js?461863:28:102378)
      at RowReorder.onDrop (grid.module.js?461863:28:101728)
      at async Promise.all (/examples/grid/rowreordering/index 0)

Both of these issues can be easily reproduced utilizing touch on the grid example:
https://bryntum.com/examples/grid/rowreordering/


Post by mats »


Post Reply