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

Icons no longer display in IE7

3 Answers 19 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Ryan
Top achievements
Rank 1
Ryan asked on 25 Sep 2013, 05:37 PM
It looks like something in SP1 has broken kendoUI icons in IE7. I confirmed with two different VMs. I cannot see icons in IE7 on any widget nor http://demos.kendoui.com/web/styling/icons.html. Using web archive I am able to see the icons in IE7 http://web.archive.org/web/20130128210046/http://demos.kendoui.com/web/styling/icons.html.

I rolled back to v2013.2.716 and the icons display properly in IE7.

3 Answers, 1 is accepted

Sort by
0
Kamen Bundev
Telerik team
answered on 26 Sep 2013, 08:26 AM
Hi Ryan,

We discovered this issue yesterday and there is already an internal build from today that fixes it. Meanwhile you can fix it yourself in the service pack by adding .k-ie7 class to the documentElement, like this (make sure you load jQuery first):
$(document.documentElement).addClass("k-ie7");

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!
0
Ryan
Top achievements
Rank 1
answered on 26 Sep 2013, 01:22 PM
Hi Kamen. Thanks for the solution. It looks like the issue was support.detectBrowser's regex for msie. I have updated that in my service pack for the time being. Is there any problem you see with this approach?

Thanks
0
Kamen Bundev
Telerik team
answered on 26 Sep 2013, 02:23 PM
Hello Ryan,

No, that should do it too.

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
General Discussions
Asked by
Ryan
Top achievements
Rank 1
Answers by
Kamen Bundev
Telerik team
Ryan
Top achievements
Rank 1
Share this question
or