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

SPRadEditor Rendering Problem on IE8?

2 Answers 47 Views
Sharepoint Integration
This is a migrated thread and some comments may be shown as answers.
Rafferty
Top achievements
Rank 1
Rafferty asked on 04 Jul 2012, 06:30 AM
Hi,

I used the SPTelerik:SPRadEditor for a custom edit form of a custom sharepoint 2010 list.
This works fine when I use chrome, however when I use IE8, I am getting a problem.

Attached are 2 screenshots.
  1. custom form with telerik spradeditor.png - shows that there is this white box that is covering the rad editor.
  2. ie8 developer tool.png - shows that the white box is caused by the html node <body contentEditable="true" /> which is, for some reason, on top of the rad editor. This screenshot also shows that the html node is generated by the radeditor itself.

Note that I am using RadControls for SharePoint Q1 2012.


Thanks in advance.

Rafferty

2 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 06 Jul 2012, 01:49 PM
Hi,

The problem is most likely due to some global CSS style for body tag that is breaking the appearance of RadEditor's content area. My suggestion is to examine the applied to the content area CSS styles, locate and fix the problematic one.

Best regards,
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
Rafferty
Top achievements
Rank 1
answered on 09 Jul 2012, 09:23 AM
Thanks!

I got it to work by adding this property to the SPRadEditor:

EditorBackgroundColor="transparent"
Tags
Sharepoint Integration
Asked by
Rafferty
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Rafferty
Top achievements
Rank 1
Share this question
or