We recently upgrade Kendo UI from version v2019.1.220 to 2019.2.619 and our user base is freaking out because they can't select the text on web pages that use the splitter.
https://dojo.telerik.com/IbARuWod
The issue is fixed in the R3 2019(v. 2019.3.917) release of Kendo UI for jQuery.
Regards,
Petar
Progress Telerik
Hello R.,
thank you for reporting this behavior. I have investigated further and this appears to be a bug. Thus, I have converted this item to a bug in the Public Feedback Portal and also logged it on GitHub:
As a temporary workaround the css styling can be updated as follows:
<style>
.k-pane {
user-select: auto;
box-sizing: content-box;
}
</style>
A dojo with a the above suggestion implemented is available here.
As a small token of gratitude for helping us discover this issue, I have updated your Telerik Points accordingly
Regards,
Aleksandar
Progress Telerik