Completed
Last Updated: 22 May 2020 11:29 by ADMIN
Release 2020.R2.SP.next
Thomas
Created on: 14 May 2020 07:42
Category: Toolbar
Type: Bug Report
0
ToolBar throws a js exception when calling the its "show" method

Bug report

This is a regression introduced in R1 2020. To reproduce it, set a menu button within a splitButton as initially hidden. Then show it with the ToolBar's show API method.

Reproduction of the problem

Dojo example.

  1. Open the browser's dev tools console and run the example.

Current behavior

"btn2" is shown as expected, but a js exception is thrown:

kendo.all.js:91805 Uncaught TypeError: Cannot read property 'refresh' of undefined

Expected/desired behavior

No js exceptions

Environment

  • Kendo UI version: 2020.2.513
  • jQuery version: x.y
  • Browser: [all]
0 comments