Completed
Last Updated: 10 Mar 2020 16:40 by ADMIN
R.
Created on: 15 Sep 2019 12:25
Category: Splitter
Type: Bug Report
0
Can't highlight text using kendo splitter

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

 

2 comments
ADMIN
Petar
Posted on: 10 Mar 2020 16:40

The issue is fixed in the R3 2019(v. 2019.3.917) release of Kendo UI for jQuery.

Regards,
Petar
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
ADMIN
Aleksandar
Posted on: 16 Sep 2019 14:06

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

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.