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

select (method) not execute

1 Answer 41 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Matjaz
Top achievements
Rank 1
Matjaz asked on 05 Nov 2014, 04:49 PM
If I call too quick select method, the second time the method is not executed. I found out that my problem lies in this line:
if (this.tabGroup.children("[data-animating]").length) { return; }
in activateTab function.

I can not change the time between 2 calls (select method), but I need to activate tab when second call is executed.

1 Answer, 1 is accepted

Sort by
0
Accepted
Petyo
Telerik team
answered on 07 Nov 2014, 08:59 AM
Hi Matjaz,

you can avoid the issue by disabling the tabstrip animations.

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