Skip to content

TaskBoard Control: All Text Selected When Dragging an Item #8039

@kendo-bot

Description

@kendo-bot

Bug report

Dragging a card in the TaskBoard selects text in other cards

Image

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

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions