This is a migrated thread and some comments may be shown as answers.

Crash on activate tab item

1 Answer 41 Views
Toolbar
This is a migrated thread and some comments may be shown as answers.
Bert
Top achievements
Rank 1
Bert asked on 29 Aug 2014, 09:36 AM
Hello,

When I use the toolbar inside a tabpanel it crashes when the tab item with the toolbar is activated. This only happens when I use the Razor method Resizable(false). If this method  is not called or called with input parameter true it works fine. Kendo crashes in the following toolbar function, the problem is that popup.close is undefined.

_resize: function(e) {
    var t = e.width;
    this.popup.close(), this._shrink(t), this._stretch(t), this._markVisibles(), this._toggleOverflowAnchor()
},

Kind regards,
Bert

1 Answer, 1 is accepted

Sort by
0
Alexander Valchev
Telerik team
answered on 01 Sep 2014, 03:34 PM
Hello Bert,

Thank you for reporting this issue. I am glad to inform you that the issue is already fixed and the fix will be available in the next service pack release which will be uploaded till the end of the week.

Regards,
Alexander Valchev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Toolbar
Asked by
Bert
Top achievements
Rank 1
Answers by
Alexander Valchev
Telerik team
Share this question
or