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

RadEditor "JustifyNone" not working in Firefox

3 Answers 50 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Umesh Prajapati
Top achievements
Rank 1
Umesh Prajapati asked on 19 Oct 2011, 11:08 AM

 

 

Hi,

My code for RadEditor is as below

<telerik:RadEditor ID="TelerikEditor" runat="server" EnableResize="False" SkinID="BasicSetOfTools" BackColor="White" EditModes="Design" OnClientCommandExecuting="OnClientCommandExecuting1" RegisterWithScriptManager="true">
<Tools>
<telerik:EditorToolGroup>
<telerik:EditorDropDown Name="FormatBlock">
</telerik:EditorDropDown>
<telerik:EditorDropDown Name="FontName">
</telerik:EditorDropDown>
<telerik:EditorDropDown Name="RealFontSize">
</telerik:EditorDropDown>
</telerik:EditorToolGroup>
<telerik:EditorToolGroup>
<telerik:EditorTool Name="AbsolutePosition" />
</telerik:EditorToolGroup>
<telerik:EditorToolGroup>
<telerik:EditorTool Name="Bold" />
<telerik:EditorTool Name="Underline" />
<telerik:EditorTool Name="Italic" />
<telerik:EditorTool Name="StrikeThrough" />
</telerik:EditorToolGroup>
<telerik:EditorToolGroup>
<telerik:EditorTool Name="JustifyLeft" />
<telerik:EditorTool Name="JustifyCenter" />
<telerik:EditorTool Name="JustifyRight" />
<telerik:EditorTool Name="JustifyFull" />
<telerik:EditorTool Name="JustifyNone" />
</telerik:EditorToolGroup>
<telerik:EditorToolGroup>
<telerik:EditorTool Name="Indent" />
<telerik:EditorTool Name="Outdent" />
<telerik:EditorTool Name="InsertOrderedList" />
<telerik:EditorTool Name="InsertUnorderedList" />
</telerik:EditorToolGroup>
<telerik:EditorToolGroup>
<telerik:EditorSplitButton Name="ForeColor">
</telerik:EditorSplitButton>
</telerik:EditorToolGroup>
<telerik:EditorToolGroup>
<telerik:EditorTool Name="ImageManager" />
<telerik:EditorTool Name="LinkManager" />
<telerik:EditorTool Name="Unlink" />
</telerik:EditorToolGroup>
</Tools>
<Content>
</Content>
</telerik:RadEditor>

Is there any extra efforts required for "JustifyNone" make working in Firefox ?

 

3 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 20 Oct 2011, 11:44 AM
Hi Umesh,

The JustifyNone (Remove Alignment) command is provided, only by the Internet Explorer's Rich Text Editing engine and it is not supported by Firefox.

I have good news that we implemented our own functionality for this command that will be introduced in Q3 2011 beta, scheduled for next week.

Best regards,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
hstabbal
Top achievements
Rank 1
answered on 22 Oct 2011, 01:52 PM
Hi Rumen,
I noticed the same problem with RadEditor in firefox but in my case "ALL" paragraph alignment commands are not working!
They are working perfectly fine (including align  none) in chrome and internet explorer but in firefox none of them work!
Will that be solved in Q3 also?
0
Rumen
Telerik team
answered on 24 Oct 2011, 04:34 PM
Hi Hstabbal,

We will release tomorrow Q3 2011 Beta and you will be able to verify that the problem is fixed. Q3 2011 will include the fixes of Q3 2011 Beta as well.


All the best,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Editor
Asked by
Umesh Prajapati
Top achievements
Rank 1
Answers by
Rumen
Telerik team
hstabbal
Top achievements
Rank 1
Share this question
or