Our flexible Kanban board for managing tasks with drag drop


Post by romanwurm »

Hi,

if you configure a taskstore in the config with tree: true, drag and drop of tasks doesn't work properly.

To reproduce:

    project : {
        loadUrl  : 'data/data.json',
        autoLoad : true,
        taskStore: {  
tree: true, }, onBeforeLoadApply({ response }){ response.assignments = undefined; response.resources = undefined; response.tasks.rows = [ { name: "test1", status: "considering" }, { name: "test2", status: "considering" }, ] }
},
  • drag "test" to the first column
  • --> task snaps back to the second column.

Regards, Roman


Post by alex.l »

Hi,

Can't see the problem. Please see video. Anything else required to reproduce the issue?

Screen Recording 2025-10-03 at 13.37.44.mov
(5.54 MiB) Downloaded 359 times

All the best,
Alex Lazarev

How to ask for help? Please read our Support Policy


Post by romanwurm »

Hi,
drag only test2 to the first column.
Regards, Roman


Post by romanwurm »

see video

Attachments
Aufzeichnung-20251003_143059.mov
(165.85 KiB) Downloaded 253 times

Post by ghulam.ghous »

Hi,

Thanks for the clear instructions, I was able to reproduce it, we will investigate it here: https://github.com/bryntum/support/issues/11977.


Post Reply