Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kendo-bot opened this issue Nov 12, 2024 · 0 comments
Open

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

kendo-bot opened this issue Nov 12, 2024 · 0 comments
Labels
Bug C: TaskBoard FP: Unplanned Sync status with associated Feedback Item jQuery SEV: Medium

Comments

@kendo-bot
Copy link
Contributor

kendo-bot commented Nov 12, 2024

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: 2024.3.1015
Browser: [all ]

@kendo-bot kendo-bot added the FP: Unplanned Sync status with associated Feedback Item label Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug C: TaskBoard FP: Unplanned Sync status with associated Feedback Item jQuery SEV: Medium
Projects
None yet
Development

No branches or pull requests

2 participants