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

Textbox background is missing in IE

3 Answers 54 Views
Button
This is a migrated thread and some comments may be shown as answers.
Jagz W
Top achievements
Rank 2
Jagz W asked on 22 Nov 2012, 05:22 AM
I have RadSkinManager in my master page and have telerik button in my aspx with master page.

But the skin is not appearing on buttons in IE and it is working fine in Mozilla


What will be the issue?

3 Answers, 1 is accepted

Sort by
0
Danail Vasilev
Telerik team
answered on 23 Nov 2012, 01:04 PM
Hello Jagwinder,

Your issue could be caused by a CSS limitation in Internet Explorer - the browser imposes a maximum limit of 31 StyleSheets per file and 4095 sectors in a file. You can find more information about that here. If that is the point try simply to add RadStyleSheetManager in your page.

Meanwhile I have reproduced your scenario(RadSkinManager in MasterWebPage along with RadButton and RadTextBox(with set BackColor) in ASPX Page) in IE as well as FireFox and everything seems to work fine with the skins. You can have a look at the short video I have created. In addition please find attached my VS sample.

If the issue persists could you try to reproduce it with the sample I have included in RadButton-RadSkinManager.zip archive and then explain the unexpected behaviour in a more detailed way as well as the modifications you have made to the sample?

Kind regards,
Danail Vasilev
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
Jagz W
Top achievements
Rank 2
answered on 26 Nov 2012, 04:50 AM
Hi Danail Vasilev,

Thanks for your help. You are correct, the issue is caused by CSS limitation of IE. When i removed some css file in .aspx page, it works well.

Couly you suggest me the solution of this problem.



Thanks,
Jagwinder Singh.
0
Danail Vasilev
Telerik team
answered on 26 Nov 2012, 01:26 PM
Hi Jagwinder,

If your issue is caused by the CSS limitation of IE then you can try a few approaches described in a more detailed manner here.

Put in short you can try adding RadStyleSheetManager to your page. This approach however will partially reduce the number of the loaded CSS files and may lead to the second limitation of IE (4095 selectors in a CSS file).

If you hit the second limitation as well unfortunately you can fix it only by the following steps:
  • Move all the stylesheets from the App_Themes folder to another location within the site
  • In the App_Themes folder create one or more CSS files in which you reference the removed CSS files one by one using @imort declarations.

Kind regards,
Danail Vasilev
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.
Tags
Button
Asked by
Jagz W
Top achievements
Rank 2
Answers by
Danail Vasilev
Telerik team
Jagz W
Top achievements
Rank 2
Share this question
or