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

Telerik.Skin not being applied to SubDirectory pages in Google Chrome

0 Answers 64 Views
ScriptManager and StyleSheetManager
This is a migrated thread and some comments may be shown as answers.
Rob sherwood
Top achievements
Rank 1
Rob sherwood asked on 11 Aug 2011, 04:26 AM
UPDATE: This thread can be deleted. I deployed to another environment and things seem to be working fine. I suspect this was cache-related, even though I cleared Chrome a number of times... 

Hi,

I'm not sure if this should be in this forum or the RadSkinManager one, but I'm using the RadStyleSheetManager so here goes.

I have a working custom theme (generated with the Visual Style Builder, stored in App_Themes/CustomSkin). I declare it in the web.config (<add key="Telerik.Skin" value="CustomSkin" />)


I have two pages: ~/index.aspx and ~/Pages/search.aspx (both pages are identical except for their respective directories)

Both use the same master page (~/_MasterPages/Base.Master)

Both inherit from the same base page (where I set the theme in OnPreInit: Theme = "CustomSkin";)


The theme is applied correctly to ~/index.aspx in Firefox, IE, and Chrome

However, the theme is only applied to ~/Pages/search.aspx in Firefox and IE, NOT in Chrome.

Chrome doesn't fire any errors in the console, so I'm really not sure what's going on.


Are there any known issues or workarounds for the Chrome browser? Any suggestions?

Thanks a lot,
Rob

No answers yet. Maybe you can help?

Tags
ScriptManager and StyleSheetManager
Asked by
Rob sherwood
Top achievements
Rank 1
Share this question
or