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

css sometimes not loaded in IE8

2 Answers 56 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Khalid
Top achievements
Rank 1
Khalid asked on 10 Oct 2012, 02:07 PM
I have a website with telerik controls. I am using also the RadStyleSheet in my masterpage. Sometimes the website is loaded without css stylesheet but I dont know why. I know it occured in IE 8. I dont know how to reproduce this problem because sometimes it works OK and sometimes it dont work! This is the RadStyleSheetManager in my masterpage:

<telerik:RadStyleSheetManager ID="RadStyleSheetManager1" runat="server" EnableStyleSheetCombine="true"
        OutputCompression="AutoDetect">
        <StyleSheets>
            <telerik:StyleSheetReference Path="~/Styles/Site.css" />
            <telerik:StyleSheetReference Path="~/Styles/Handheld.css" />
            <telerik:StyleSheetReference Path="~/Styles/Skins/Button.css" />
            <telerik:StyleSheetReference Path="~/Styles/Skins/Grid.css" />
            <telerik:StyleSheetReference Path="~/Styles/Skins/Menu.css" />
            <telerik:StyleSheetReference Path="~/Styles/Skins/Window.css" />
            <telerik:StyleSheetReference Path="~/Styles/Skins/CTAC/Button.CTAC.css" />
            <telerik:StyleSheetReference Path="~/Styles/Skins/CTAC/Grid.CTAC.css" />
            <telerik:StyleSheetReference Path="~/Styles/Skins/CTAC/Menu.CTAC.css" />
            <telerik:StyleSheetReference Path="~/Styles/Skins/CTAC/Window.CTAC.css" />
        </StyleSheets>
    </telerik:RadStyleSheetManager>

Does someone know how I can fix this?

2 Answers, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 15 Oct 2012, 08:51 AM
Hi Khalid,

Can you please provide a live url of your web site? Thus, it will enable us observe the issue locally and check what is causing the issue.

All the best,
Kate
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Khalid
Top achievements
Rank 1
answered on 15 Oct 2012, 02:48 PM
I have removed the following 2 properties and now it is working:

EnableStyleSheetCombine="true" OutputCompression="AutoDetect"

Can someone explain why it is working now OK?
Tags
General Discussions
Asked by
Khalid
Top achievements
Rank 1
Answers by
Kate
Telerik team
Khalid
Top achievements
Rank 1
Share this question
or