kendo-vue
kendo-vue copied to clipboard
[Bug][TreeList] Dragging triggers unintended selection of items
Describe the bug When dragging and dropping other records besides the one being dragged are selected.
To Reproduce
- Open this StackBlitz example: https://stackblitz.com/edit/lokcfd-cwspz4?file=src%2Fmain.vue
- Drag a record and observe how others are being selected. This issue does not reproduce in Safari. video of the behavior in action
Expected behavior When dragging a record, no other items should be selected.
Ticket ID: 1663900
fix?
Also reported in Ticket 1673008
Also reported in TicketID: 1693142
This bug basically makes the function unusable as it provides a poor user experience and causes confusion. As it stands I am unable to use this function.