Unplanned
Last Updated: 14 Apr 2026 17:59 by ADMIN
Scheduled for 2026 Q2
Milton
Created on: 14 Feb 2024 15:32
Category: ScrollView
Type: Bug Report
0
ScrollView prevents Nested MediaPlayer volume scroller from scrolling

Bug report
ScrollView prevents Nested MediaPlayer volume scroller from scrolling


Reproduction of the problem
Dojo: https://dojo.telerik.com/ateLaQoC

Scroll to 3rd page

Scroll volume scrollbar

Expected/desired behavior
Volume scrollbar shall be scrollable


Environment
Kendo UI version: [all]
jQuery version: [all]
Browser: [all]

2 comments
ADMIN
Neli
Posted on: 14 Apr 2026 07:39

Hi Milton,

 

With the bug fix, an additional check has been added to the ScrollView user events:

userEvents = new kendo.UserEvents(element, {

start: function(e) {
        if ($(e.touch.initialTouch).closest(".k-draghandle").length) {
			userEvents.cancel();
                        return;
       }
}

Please note that the fix will be available in the upcoming release scheduled for the end of May.

Let me know in case you have additional questions on the matter. 

Regards,
Neli
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Milton
Posted on: 07 Apr 2026 13:00
What was the solution?, we are still waiting for this