Completed
Last Updated: 18 May 2022 14:44 by ADMIN
Release 2022.R2.SP.next
SWAT
Created on: 18 May 2022 06:12
Category: Kendo UI for jQuery
Type: Bug Report
0
Maximum call stack error is thrown when ToolBar is initialized in kendo.mobile.Application

Bug report

When ToolBar with buttons is initialized in kendo.mobile.Application an error Maximum call stack size exceeded is thrown in the browser console

Reproduction of the problem

  1. Open the Dojo example.

Current behavior

Currently, Maximum call stack size exceeded is thrown in the browser console

Expected/desired behavior

There should be no errors in the browser console when initializing a Toolbar in the mobile Application. - Working Dojo

The issue is a regression starting with 2022.1.119, introduced with commit: telerik/kendo@b728b2b

Environment

  • Kendo UI version: 2022.2.510
  • Browser: [all ]
1 comment
ADMIN
Neli
Posted on: 18 May 2022 06:15

Hello Ilan,

Below you will find a possible workaround: 

kendo.html.HTMLBase.fn._initOptions = function(options) {
          this.options = $.extend({}, this.options, options);
}

Here is a Dojo where this is demonstrated.

Regards,
Neli
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.