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

Image and Link Manager display outside of the page...

8 Answers 80 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
STEMax
Top achievements
Rank 1
STEMax asked on 10 Jan 2009, 12:23 PM

Hi,

I'm struggling with the RADEditor Image and Link manager. I'm working on a personnalized internet facing SharePoint site using my own default.master page and trying to use div, span and Css instead of "Table" layout that standard SharePoint master page provides. In some of my pages I use RadEditor controls with the following ConfigFile properties :

  <property name="AllowThumbGeneration">True</property>
  <property name="ConvertToXhtml">True</property>
  <property name="EnableDocking">True</property>
  <property name="ShowHtmlMode">False</property>
  <property name="ShowPreviewMode">False</property>
  <property name="ToolbarMode">Default</property>
  <property name="ToolsWidth">550px</property>
  <property name="Skin">Telerik</property>
  <property name="EditModes">Design</property>
  <property name="ImagesPaths">
 <item>/SiteCollectionImages</item>
  </property>
  <property name="Language">fr-FR</property>

The problem is that the Image Manager and Link Manager don't display in the screen, they appear far below the page, forcing users to scroll down to see the managers. I'm using Telerik Manager instead of Microsoft ones and I guess this is a problem with how my elements are positionned but I can't find what's wrong. Does anyone know how to solve this behavior ?


Best regards
Edgar Maucourant

8 Answers, 1 is accepted

Sort by
0
Stanimir
Telerik team
answered on 12 Jan 2009, 10:59 AM
Hi Maucourant,

Could you please give us the HTML and CSS code for the wrapping the RadEditor div or span element and for the layout holder element. This way we will be able to reproduce the issue on our side and help you further.

Thank you.

Kind regards,
Stanimir
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
STEMax
Top achievements
Rank 1
answered on 12 Jan 2009, 12:15 PM

Hi Stanimir,

 

I'm away from my dev computer until Friday, as soon as I can get the code I will post it here. Thank you.

 

Best regard,

Edgar

0
Stanimir
Telerik team
answered on 13 Jan 2009, 09:18 AM
Hi STEMax,

Thank you.
We will help you as soon as you post the information.


Best wishes,
Stanimir
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
eoin
Top achievements
Rank 1
answered on 14 Jan 2009, 01:32 PM
Hi,

We're experiencing this as well on a page that has multiple instances of the rad editor (in MOSS 2007).  The image manager and link manager appear in the correct place for the topmost control, but the offset is increased for the second and third.  Opening the image or link manager in the third rad editor control causes them to open 2000+ pixels below the page.

This only happens in IE (we're using 7).  It does not occur in Firefox.
0
Accepted
Stanimir
Telerik team
answered on 16 Jan 2009, 02:34 PM
Hello Eoin,

The reason for this behavior is probably that the browser renders the MOSS site in Quirks mode. The RadEditor for MOSS is based on the RadEditor control, which is created for XHTML compliant pages with <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> doc type. You can test if putting the doctype tag on the MOSS site will stop the problem.


Kind regards,
Stanimir
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
STEMax
Top achievements
Rank 1
answered on 21 Jan 2009, 09:43 AM
Hi Stanimir

Thanks a lot, this was the problem, I put the DTD for XHTML transitional and now it works.

Best regards.
Edgar Maucourant
0
eoin
Top achievements
Rank 1
answered on 21 Jan 2009, 10:20 AM
Stanimir,

Thanks.  That worked for us as well.  It's unfortunately knocked out our custom styles, so we'll have to rework these.

Regards,
Eoin
0
STEMax
Top achievements
Rank 1
answered on 21 Jan 2009, 10:54 AM
Hi,

The same here, some minor glitches appear here and there, and we need to fix them, but no big deal I think. Oh Joys of CSS designing :)

Best regards
Edgar Maucourant
Tags
WebParts for SharePoint
Asked by
STEMax
Top achievements
Rank 1
Answers by
Stanimir
Telerik team
STEMax
Top achievements
Rank 1
eoin
Top achievements
Rank 1
Share this question
or