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

Layout problem RadEditor for MOSS 2007

2 Answers 87 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Torben
Top achievements
Rank 1
Torben asked on 07 Oct 2010, 08:43 AM
Hello,

We are having some problems installing/configurating RadEditor for MOSS 2007. What we've done so far:

- Extend site with ASP.NET 3.5
- Deployed RadControls
- Installed RadEditor using Teleriks' .wsp file
- Deployed RadEditor solution
- Incorporate RadEditor in the PageLayouts (replacing richhtmlfield for radhtmlfield)

Everything seems to work (no errors), but when we view the RadEditor something seems to be wrong with the layout as seen in the attached screenshot.

What can this be?

Regards,

Torben Sonnemans

2 Answers, 1 is accepted

Sort by
0
Stanimir
Telerik team
answered on 11 Oct 2010, 01:57 PM
Hi Torben,

First from the screen shot, which you provided, I can tell that you enabled the  Use an accessible UI in RadEditor  feature. Could you confirm that this is exactly the editor, which you want to use. If you disable this feature you will have the control with the normal set of tools.

If you are certain that you want to use the accessible editor I can offer you the following temporary workaround. Edit the RadEditorStyles_Default.css, which is located in the Program Files\Common Files\Microsoft Shared\web server extensions\wpresources\RadEditorSharePoint\5.8.2.0__1f131a624888eeed\Resources\ToolImages folder. Change the following style:
.reSplitButton
{
    _display: inline !important;
}
to
.reSplitButton
{
    _display: inline;
}

This problem will be fixed in the next release of the control.

Best wishes,
Stanimir
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Torben
Top achievements
Rank 1
answered on 13 Oct 2010, 08:04 AM
Hello Stanimir,

Both solutions (deactivating the accessible UI or changing css) worked for us. Thank you for your help.

We're looking forward to the next release.

Regards,
Torben Sonnemans
Tags
Editor
Asked by
Torben
Top achievements
Rank 1
Answers by
Stanimir
Telerik team
Torben
Top achievements
Rank 1
Share this question
or