Hello
I use Radeditor and it work good on IE9 and FireFox v 23.0.1 but on Chrome v29.0.1547.76 I had a problem, when I select text in content I want to resize font then i click on RealFontSize and choose fontsize i want and Radeditor delete that text.
Hopefully, someone out their can respond quickly....
Thank you very much
I use Radeditor and it work good on IE9 and FireFox v 23.0.1 but on Chrome v29.0.1547.76 I had a problem, when I select text in content I want to resize font then i click on RealFontSize and choose fontsize i want and Radeditor delete that text.
Hopefully, someone out their can respond quickly....
Thank you very much
<telerik:RadEditor ID="reDesc" runat="server" EnableResize="false" Width="640px" Height="250px"> <Tools> <telerik:EditorToolGroup> <telerik:EditorTool Name="Bold" /> <telerik:EditorTool Name="Italic" /> <telerik:EditorTool Name="Underline" /> <telerik:EditorTool Name="JustifyCenter"/> <telerik:EditorTool Name="JustifyFull"/> <telerik:EditorTool Name="JustifyLeft"/> <telerik:EditorTool Name="JustifyRight"/> <telerik:EditorTool Name="imageManager"/> <telerik:EditorTool Name="linkManager"/> <telerik:EditorTool Name="tablewizard"/> <telerik:EditorTool Name="pastefromword" /> <telerik:EditorSeparator /> <telerik:EditorTool Name="ForeColor" /> <telerik:EditorTool Name="BackColor" /> <telerik:EditorSeparator /> <telerik:EditorTool Name="FontName" /> <telerik:EditorTool Name="RealFontSize" /> </telerik:EditorToolGroup> </Tools> <ImageManager UploadPaths="~/Admincp/images" DeletePaths="~/Admincp/images" ViewPaths="~/Admincp/images" MaxUploadFileSize="300000"/> <Content></Content> </telerik:RadEditor>