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:
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
