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

Div Content Problem

2 Answers 65 Views
Editor
This is a migrated thread and some comments may be shown as answers.
KinGuy
Top achievements
Rank 2
KinGuy asked on 27 Jul 2010, 01:56 PM
Hi,

I have changed my RadEditor's content to ContentAreaMode="Div" because Iframe was causing a few problems for me.
All is working ok, but the context menu's appear not in the right places, almost allways at the top of the page.
I think that is has to do with the context menu css that says position: absolute; and absolute position is to the last element that has relative or absolute position, no?

Here Is the RadEditor Declaration:

 

 

 

<telerik:RadEditor ContentAreaMode="Div" ExternalDialogsPath="~/EditorDialogs/" ID="txtSmallDescription" Runat="server" Height="350px" Width="680px" EnableResize="false" Skin="Windows7" MaxTextLength="150" ContentAreaCssFile="~/Style/EditorContentArea_RTL.css" StripFormattingOptions="All"
  <CssFiles
    <telerik:EditorCssFile Value="~/Style/EditEvent.css" /> 
  </CssFiles
  <Content></Content
</telerik:RadEditor>


Best Regards,
Guy

 

 

 

 

 

 

 

 

 

2 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 27 Jul 2010, 02:15 PM
Hi Guy,

Thank you for reporting this problem.

We are aware of it and it is logged for fixing in our bug tracking system. Please, excuse us for the temporary inconvenience.

Kind regards,
Rumen
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
KinGuy
Top achievements
Rank 2
answered on 27 Jul 2010, 02:30 PM
Hi Rumen,

Thanks for the fast reply :)

Best Regards,
Guy
Tags
Editor
Asked by
KinGuy
Top achievements
Rank 2
Answers by
Rumen
Telerik team
KinGuy
Top achievements
Rank 2
Share this question
or