Premium support for our pure JavaScript UI components


Post by deepak.jayaram »

Hello, We've noticed several issues with multi-delete of cells in the new cell selection demo.
https://bryntum.com/products/gantt/examples/cellselection/

#1: Hitting Delete on multiple cells often throws an error.

  • Hold down shift key
  • Make selection that spans multiple rows and columns
  • Hit delete

#2: Deleting multiple predecessors/ Successors throws an error

  • Hold down shift/ctrl key
  • Select multiple predecessors/successors
  • Hit delete

#3: Deleting a row and a cell together using the delete key throws an error

  • Select a row
  • Using the ctrl/cmd key, select a cell
  • Hit delete

#4: Task Ids can be deleted.

  • Modify the example to include taskIds columns
  • Select multiple taskIds using shift key
  • Hit delete and taskIds are deleted - we would like to prevent this operation.
Attachments
issue-3.mov
(2.39 MiB) Downloaded 5 times
issue-2.mov
(2.37 MiB) Downloaded 5 times
issue-1.mov
(7.13 MiB) Downloaded 5 times

Post by deepak.jayaram »

Attaching video of issue #4 (deleting taskIds)

Attachments
issue-4.mov
(4.69 MiB) Downloaded 4 times

Post by mats »

#3 and #1 is the same, relating to setting duration to null.


Post by mats »

#4: Task Ids can be deleted.

You need to set editor false for non-editable columns.


Post by mats »

The others are fixed/tested, thanks for your bug reports! https://github.com/bryntum/support/issues/10905


Post by deepak.jayaram »

Thanks for recording these, Mats - However on the taskId deletes, The multi-delete path seems ignores the editor: false property on the column.


Post by mats »

Confirmed, fixing!


Post Reply