On FireFox and Safari on Macs running OS X 10.6.8, the insert link tool on RadEditor is not working properly.
On Windows 7 Chrome it works perfectly.
The issue:
Type a sentence into RadEditor, highlight a word at the beginning of the sentence, click the insert link button, type in a web address. Works fine. Highlight a word later in the sentence, click the insert link button and add a web address and RadEditor will delete all the content between the two links. As said, works fine on Chrome on Windows.
Using Telerik 2012.3.1308.40 on ASP .NET 4.0 Server.
I setup a test page in my project which only has a simple RadEditor on it:
Thanks in advance.
On Windows 7 Chrome it works perfectly.
The issue:
Type a sentence into RadEditor, highlight a word at the beginning of the sentence, click the insert link button, type in a web address. Works fine. Highlight a word later in the sentence, click the insert link button and add a web address and RadEditor will delete all the content between the two links. As said, works fine on Chrome on Windows.
Using Telerik 2012.3.1308.40 on ASP .NET 4.0 Server.
I setup a test page in my project which only has a simple RadEditor on it:
Thanks in advance.
<form id="form1" runat="server"> <telerik:RadScriptManager ID="RadScriptManager1" runat="server"> <Scripts> <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.Core.js"> </asp:ScriptReference> <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQuery.js"> </asp:ScriptReference> <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQueryInclude.js"> </asp:ScriptReference> </Scripts> </telerik:RadScriptManager> <div> <telerik:RadEditor ID="radEditTestCompleteEmail" Runat="server" EditModes="Design" Width="441px" StripFormattingOptions="MSWordRemoveAll" StripFormattingOnPaste="MSWordRemoveAll"> <CssFiles> <telerik:EditorCssFile Value="~/radEditorContentArea.css" /> </CssFiles> <Tools> <telerik:EditorToolGroup> <telerik:EditorTool Name="Bold" /> <telerik:EditorTool Name="Italic" /> <telerik:EditorTool Name="Underline" /> <telerik:EditorTool Name="InsertLink" /> <telerik:EditorDropDown Name="FontName"> </telerik:EditorDropDown> <telerik:EditorDropDown Name="FontSize"> </telerik:EditorDropDown> <telerik:EditorTool Name="FindAndReplace" /> <telerik:EditorTool Name="PasteFromWordNoFontsNoSizes" /> <telerik:EditorSplitButton Name="Redo"> </telerik:EditorSplitButton> <telerik:EditorSplitButton Name="Undo"> </telerik:EditorSplitButton> </telerik:EditorToolGroup> </Tools> <Content></Content> <TrackChangesSettings CanAcceptTrackChanges="False" /> </telerik:RadEditor>