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

RadToolBar messed up on IE

5 Answers 70 Views
ToolBar
This is a migrated thread and some comments may be shown as answers.
Syazwan Ahmad
Top achievements
Rank 1
Syazwan Ahmad asked on 26 Aug 2009, 10:26 AM
The customized ToolBar (with custom sprite and CssClass) works on FireFox, but doesnt work on IE (tested on 6 & 8).

Any suggestions how to fix this?

FireFox
InternetExplorer

Funny thing is, I have another ToolBar on another page that uses the exact same .css file, only different sprite.gif, and it works on IE. So I'm at loss.

5 Answers, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 26 Aug 2009, 02:47 PM
Hi Syazwan,

I guess that some other styles on the page overwrite RadToolBar's styles. Could you please send us a live url where we could observe this issue?

Regards,
Yana
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Syazwan Ahmad
Top achievements
Rank 1
answered on 26 Aug 2009, 03:11 PM
I was afraid you'd ask for that. Give me some time to set it up for outside access.

Thanks.
0
Syazwan Ahmad
Top achievements
Rank 1
answered on 27 Aug 2009, 07:33 AM
Never mind, we solved the issue. Apparently it is due to IE incapability to support too many CSS files (30 I think, is the limit).
0
Accepted
Paul
Telerik team
answered on 28 Aug 2009, 08:43 AM
Hi Syazwan,

I guess you've hit a known limitation of Internet Explorer - it can load up to 32 CSS files and if there are more, they will be ingnored. This problem can occur in case you are using a theme with a lot of CSS (when you register the theme, automatically all the CSS is declared) or you have declared a lot of RadControls on the page. If you are using a theme you can test my assumption by removing it and test whether the controls' CSS will load correctly.

If this is the case I suggest to either use a RadStyleSheetManager which will combine all the CSS on the page or reduce the CSS.

Best wishes,
Paul
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Syazwan Ahmad
Top achievements
Rank 1
answered on 28 Aug 2009, 09:09 AM
Yes, we are now using RadStyleSheetManager and only 1 CSS file requested, so everything works now.

Thanks!
Tags
ToolBar
Asked by
Syazwan Ahmad
Top achievements
Rank 1
Answers by
Yana
Telerik team
Syazwan Ahmad
Top achievements
Rank 1
Paul
Telerik team
Share this question
or