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

Telerik radtabstrip not working in Internet Explorer 8 & 9

3 Answers 91 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Harish
Top achievements
Rank 1
Harish asked on 11 Jul 2014, 03:13 PM
Hey
Guys/gals,



We have developed some functionality for Gatorade and have deployed it on the
test server, the functionality seems to be working fine on all browsers except
Internet Explorer 8 and 9. Please could you guys have a look and let us know
your thoughts.



At first we I thought it is a css display issue thing , but later when i looked
at the html code in firebug realized that the radtabstrip is not working, the
code is not being injected on to the page. You can have a look at the same page
in chrome and see the difference.



Test URL: http://gatoradecmsupg.teectest.co.uk/shopifyproducts



Looking forward to your reply.



Regards.

Harish

3 Answers, 1 is accepted

Sort by
0
Dimitar Terziev
Telerik team
answered on 14 Jul 2014, 03:25 PM
Hello Harish,

The reason for the experienced problem is a javascript error cause by the usage of an already obsolete jQuery method :
if (jQuery.browser.msie && parseFloat(jQuery.browser.version) < 7) {
options.animationSpeed = 0;
}

The browser property is does not exists in the current version of jQuery which is used on the page. Here is a short video showing the error in the browser console.

Regards,
Dimitar Terziev
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Harish
Top achievements
Rank 1
answered on 15 Jul 2014, 08:14 AM
Hey Dimitar ,

Thank you for your reply, but even after resolving the javascript errors , it still does not work.

Please could you have a look now and let me know your thoughts.

regards.
harish
0
Dimitar Terziev
Telerik team
answered on 16 Jul 2014, 03:26 PM
Hi,

I have retested the provided URL and everything seems to be working correctly in IE8 and IE7. Here is a video of my tests.

Regards,
Dimitar Terziev
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
TabStrip
Asked by
Harish
Top achievements
Rank 1
Answers by
Dimitar Terziev
Telerik team
Harish
Top achievements
Rank 1
Share this question
or