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

RadEditor Toolbar rendering issue IE9

5 Answers 38 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Rudy
Top achievements
Rank 1
Rudy asked on 02 Apr 2013, 01:26 PM
Hi, as attached you will see some strange behaviour of the radeditor in IE9.
As you will see, the toolbar is rendered as a bulleted list, but i have no custom skin or css added, that uses OL or UL styling tags

The same page works in Chrome, Firefox and IE10

Do you have some idea it could be? Does it have something to do with a css that i don't know off or what?


This is the markup:

<telerik:RadEditor ID="DescriptionTextBox" runat="server">

     <Content>

                    MyContent

     </Content>

 </telerik:RadEditor>

Thx

5 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 02 Apr 2013, 02:08 PM
Hello,

Try the solution provided in this sticky note: Incorrect rendering of RadEditor when shown with AJAX in initially hidden parent.

All the best,
Rumen
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
Rudy
Top achievements
Rank 1
answered on 03 Apr 2013, 06:36 AM
Hi Rumen,
Thx for the reply, it's working with the stylemanager approch.

GrtZzz
0
Rudy
Top achievements
Rank 1
answered on 03 Apr 2013, 01:14 PM
Hi Rumen,
as i mentioned today, the radeditor toolbars are rendering ok, but when i exit the page, an error is loged by my system that i had overseen this morning.

Like i said, in my page i added:

<telerik:RadStyleSheetManager ID="SSH1" EnableStyleSheetCombine="true" runat="server">

<StyleSheets>

<telerik:StyleSheetReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Skins.Editor.css" />

<telerik:StyleSheetReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Skins.Default.Editor.Default.css" />

<telerik:StyleSheetReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Skins.Window.css" />

<telerik:StyleSheetReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Skins.Default.Window.Default.css" />

</StyleSheets>

</telerik:RadStyleSheetManager>


When i exit the page an execption !
What did i forgot to add?

Thx
Rudy

The error states:

Exception information:

    Exception type: NullReferenceException

    Exception message: Object reference not set to an instance of an object.

   at Telerik.Web.UI.RadStyleSheetManager.RegisterStyleSheet(StyleSheetReference styleSheet)

   at Telerik.Web.UI.RadStyleSheetManager.RegisterValidStyleSheets(IList`1 styleSheets)

   at Telerik.Web.UI.RadStyleSheetManager.Page_PreRenderComplete(Object sender, EventArgs e)

   at System.EventHandler.Invoke(Object sender, EventArgs e)

   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

0
Stanimir
Telerik team
answered on 05 Apr 2013, 01:00 PM
Hello Rudy,

I am not able to reproduce this issue on our side. Could you send me a step by step instructions and  some sample code, which I can use to reproduce the behavior? Once I receive this additional information I will be able to help you further.

Greetings,
Stanimir
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
Rudy
Top achievements
Rank 1
answered on 27 May 2013, 09:05 AM
Sorry for the late reply, but it's to difficult to post our code, when i isolate the problem it does not happen, but in combination of our software it fails.
We made another decision so the problem is now "gone" (for now :) )
Thanks for the help.
Rudy
Tags
Editor
Asked by
Rudy
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Rudy
Top achievements
Rank 1
Stanimir
Telerik team
Share this question
or