We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Dragging a card in the TaskBoard selects text in other cards
Open the next demo: https://demos.telerik.com/kendo-ui/taskboard/templates
Drag a Card and observe the automatic selection
No text shall be highlighted
Video in Ticket ID: 1664459
.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
jQuery: 3.4.1 Kendo UI version: 2024.3.1015 Browser: [all ]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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: 2024.3.1015
Browser: [all ]
The text was updated successfully, but these errors were encountered: