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

clicking another tab during animation loads page outside of tabstrip

3 Answers 92 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Adam
Top achievements
Rank 1
Adam asked on 14 Aug 2012, 08:37 PM
May have found a bug, or at least it was unexpected behavior for me.

@(Html.Kendo().TabStrip()
    .Name("tabStrip")
    .Items(tabs =>
             {
                  tabs.Add().Text("Tab1").Content(@<text>some content</text>).Selected(true);
                  tabs.Add().Text("Tab2").LoadContentFrom("Action", "Controller");
             })
)


If I am on "Tab2" and click "Tab1" but quickly click back to "Tab2" before the animation is complete it loads my partial view (from the controller action) outside of the tabstrip and overwrites the page content. I was able to reproduce with the default animation set up.

3 Answers, 1 is accepted

Sort by
0
Kamen Bundev
Telerik team
answered on 20 Aug 2012, 08:31 AM
Hello Adam,

We are aware of this issue - it will be fixed for the service pack and in the next internal build. As a workaround for now you can remove the tab links HREF attributes with jQuery on document ready, though it will be better to wait for the internal build.

Regards,
Kamen Bundev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Maurice
Top achievements
Rank 1
answered on 26 Sep 2013, 04:00 PM
I have the latest release of the Kendo UI Web product and this issue is still happening.  Can you confirm that it has been resolved?

Thanks.
0
Kamen Bundev
Telerik team
answered on 01 Oct 2013, 01:31 PM
Hi Maurice,

If you mean the original issue in this thread - yes, it has been resolved shortly after that.

Alternatively, if you mean the issue in Kendo TabStrip that one can open two Ajax loaded tabs when quickly clicking on the tabs - this issue was still present in the service pack and was fixed shortly after it. Download the latest internal build and let me know if this helps.

Regards,
Kamen Bundev
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
Adam
Top achievements
Rank 1
Answers by
Kamen Bundev
Telerik team
Maurice
Top achievements
Rank 1
Share this question
or