-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
BugC: TaskBoardFP: CompletedSync status with associated Feedback ItemSync status with associated Feedback ItemSEV: MediumjQuery
Milestone
Description
Bug report
Dragging a card in the TaskBoard selects text in other cards
Reproduction of the problem
Open the next demo: https://demos.telerik.com/kendo-ui/taskboard/templates
Drag a Card and observe the automatic selection
Expected/desired behavior
No text shall be highlighted
Video in Ticket ID: 1664459
Workaround:
.k-card-header { -webkit-user-select: none; /* Safari */ -ms-user-select: none; /* IE 10 and IE 11 */ user-select: none; /* Standard syntax */ }
Dojo: https://dojo.telerik.com/OdUMoWET
Environment
jQuery: 3.4.1
Kendo UI version: 2025.3.812
Browser: [all ]
Metadata
Metadata
Assignees
Labels
BugC: TaskBoardFP: CompletedSync status with associated Feedback ItemSync status with associated Feedback ItemSEV: MediumjQuery
