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]
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.