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

Toolbar missing icons

2 Answers 111 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Neepa
Top achievements
Rank 1
Neepa asked on 20 Jul 2012, 01:56 PM
Please see the snapshot - I just updated my Telerik version from 2012 Q1 SP to 2012 Q2 and I'm unable to see the icons anymore.  It was working fine before the update - I have following stylesheets added too:

<telerik:RadCodeBlock ID="rcbPage" runat="server"> 
<link href='<%= Telerik.Web.SkinRegistrar.GetWebResourceUrl(this, typeof(RadEditor), "Telerik.Web.UI.Skins.Editor.css") %>' rel="stylesheet" type="text/css" /> 
<link href='<%= Telerik.Web.SkinRegistrar.GetWebResourceUrl(this, typeof(RadEditor), "Telerik.Web.UI.Skins.Default.Editor.Default.css") %>' rel="stylesheet" type="text/css" /> 
<link href='<%= Telerik.Web.SkinRegistrar.GetWebResourceUrl(this, typeof(RadWindow), "Telerik.Web.UI.Skins.Window.css") %>' rel="stylesheet" type="text/css" /> 
<link href='<%= Telerik.Web.SkinRegistrar.GetWebResourceUrl(this, typeof(RadWindow), "Telerik.Web.UI.Skins.Default.Window.Default.css") %>' rel="stylesheet" type="text/css" />                
</telerik:RadCodeBlock>


<telerik:RadEditor runat="server" ID="RE" EditModes="Design" ToolbarMode="Default" NewLineMode="Br"  
ToolsFile="~/controls/BasicTools.xml" DialogsCssFile="~/skins/A/Dialog.A.css">
</telerik:RadEditor>

2 Answers, 1 is accepted

Sort by
0
Dobromir
Telerik team
answered on 23 Jul 2012, 05:16 PM
Hi Neepa,

I tried to reproduce the problem using the provided code snippets but to no avail. Could you please provide more information on the specific scenario?
  • Under which browser and its version the problem occurs?
  • Are there any JavaScript errors thrown on the page? If so, could you please provide the exact error message(s)?
  • Do you have any custom CSS registered on the page? If so, could you try to remove them and see if the problem still exists?
  • Could you please provide sample fully runnable project reproducing the problem so we can examine and investigate the issue further?

Looking forward to hearing from you,
Dobromir
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
Neepa
Top achievements
Rank 1
answered on 24 Jul 2012, 03:26 PM
I had custom skin for the toolbar and that was causing the problem.
Tags
Editor
Asked by
Neepa
Top achievements
Rank 1
Answers by
Dobromir
Telerik team
Neepa
Top achievements
Rank 1
Share this question
or