We are currently facing the issue that using the kanbanboard component, a user can drag/drop items over multiple columns. He really should only be able to drop the item one column at a time, is there any elegant way to implement this?
Another issue (only visual, not our main concern) is that when you drag an item to any point on the screen which is not another column, the item gets stuck there. As soon as you click on the board again, it snaps back. Any way to make it snapback automatically after the drop?
The code checks whether the column to is larger than the column from and then conditionally blocks dropping an item. You can still move to the column, but it will not drop.
We'll investigate the stuck item issue, can you provide additional information on this? We are not able to reproduce this here directly.