I'm having an issue with Editor content area height with firefox..
this is what I got:
<telerik:RadEditor runat="server" ID="trdEmailFooter" Width="600px" Height="100"
EditModes="Design" ToolbarMode="ShowOnFocus" EnableResize="true" AutoResizeHeight="True"
BorderStyle="None" ToolsWidth="315px" Skin="Telerik" OnTextChanged="trdEmailFooter_TextChanged"
AllowScripts="true">
<Content>
</Content>
<Tools>
<telerik:EditorToolGroup>
<telerik:EditorTool Name="Bold" />
<telerik:EditorTool Name="Italic" />
<telerik:EditorTool Name="Underline" />
<telerik:EditorSeparator />
<telerik:EditorTool Name="ForeColor" />
<telerik:EditorTool Name="BackColor" />
<telerik:EditorSeparator />
<telerik:EditorTool Name="FontName" />
<telerik:EditorTool Name="FontSize" />
</telerik:EditorToolGroup>
</Tools>
</telerik:RadEditor>
ISSUES:
1- On Firefox (widows and mac) the content area is shorter the it's set.. when I do a postback (ajax) the content box fits okay
2- On Firefox (only mac) when a partial post back is done (ajax) when I do focus I don't see the toolbar anymore (when I sat the toolbarmode="default") I can see toolbar but can't change font style..
please help
this is what I got:
<telerik:RadEditor runat="server" ID="trdEmailFooter" Width="600px" Height="100"
EditModes="Design" ToolbarMode="ShowOnFocus" EnableResize="true" AutoResizeHeight="True"
BorderStyle="None" ToolsWidth="315px" Skin="Telerik" OnTextChanged="trdEmailFooter_TextChanged"
AllowScripts="true">
<Content>
</Content>
<Tools>
<telerik:EditorToolGroup>
<telerik:EditorTool Name="Bold" />
<telerik:EditorTool Name="Italic" />
<telerik:EditorTool Name="Underline" />
<telerik:EditorSeparator />
<telerik:EditorTool Name="ForeColor" />
<telerik:EditorTool Name="BackColor" />
<telerik:EditorSeparator />
<telerik:EditorTool Name="FontName" />
<telerik:EditorTool Name="FontSize" />
</telerik:EditorToolGroup>
</Tools>
</telerik:RadEditor>
ISSUES:
1- On Firefox (widows and mac) the content area is shorter the it's set.. when I do a postback (ajax) the content box fits okay
2- On Firefox (only mac) when a partial post back is done (ajax) when I do focus I don't see the toolbar anymore (when I sat the toolbarmode="default") I can see toolbar but can't change font style..
please help