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

HyperLink Manager is not working.

3 Answers 142 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Harsimran
Top achievements
Rank 1
Harsimran asked on 05 Jan 2012, 01:26 PM
I am trying to create a hyperlink from a text. I select the text and Click on the Hyperlink manager. It opens HyperLink Manager. I fill the details like URL,Link Text, Target and then I click OK. I have attached a screenshot ("HyperLinkManager_Creation.gif") for this.
If I again Click on HyperLink Manager, I can see blank values in the HyperLink manager and HyperLink is not created.
I have attached a screenshot ("HyperLinkManager_Error.gif") for this.

Please suggest



3 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 09 Jan 2012, 12:10 PM
This forum post was redirected to RadEditor for ASP.NET AJAX

Hi,

Could you please, tell under which browser the reported behavior happens?

Do you experience it by single clicking on the link and pressing the Hyperlink manager icon?

I have recorded my test in IE9 where I was unable to reproduce the issue. Here it is: http://screencast.com/t/1GHx4FDUxG.

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
Harsimran
Top achievements
Rank 1
answered on 09 Jan 2012, 03:34 PM
Thanks Rumen for answering my Question.
I am using IE8. I am trying to create RadEditor dynamically.
//Code Starts:

this

.radMemo = new RadEditor();

 //Translation

 this.radMemo.Language = Thread.CurrentThread.CurrentUICulture.Name;

 this.radMemo.ID = this.ID + "rm";

 this.radMemo.ToolbarMode = EditorToolbarMode.Floating;

 this.radMemo.EnableViewState = false;

this.radMemo.EditModes = EditModes.Design;

 this.radMemo.Skin = "WebBlue";

 this.radMemo.StripFormattingOptions = EditorStripFormattingOptions.NoneSupressCleanMessage;

 ///Setting default style for RadEditor Content Area

 ///Ref Link http://demos.telerik.com/aspnet-ajax/editor/examples/settingcontentareadefaults/defaultcs.aspx

 radMemo.ContentAreaCssFile = "~/client/CSS/EditorContentAreaStyles.css";

 radMemo.ToolsFile = "~/client/XML/RadEditorTools/MemoDefaultTools.xml";

 // Removed reuse the tools from another RadEditor code as it was not working with Floating mode

 this.Controls.Add(radMemo);

 // Code End.

Is problem something to do with Dynamically adding RadEditor. All other controls are working fine except LinkManager.
This is my  ToolsFile.xml

<

root>

 <modules>

 <!--<module name="RadEditorStatistics" dockingZone="Top" enabled="true" visible="true" dockable="true" /> -->

 <!--<module name="RadEditorDomInspector" dockingZone="Module" enabled="true" visible="true" dockable="true" /> -->

 <!--<module name="RadEditorNodeInspector" dockingZone="Module" enabled="true" visible="true" dockable="true" /> -->

 </modules>

 <tools name="Toolbar1" dockable="true" enabled="true">

 <tool name="AjaxSpellCheck" />

<tool separator="true" />

 <tool name="IncreaseSize" shortcut="F10" />

 <tool name="DecreaseSize" shortcut="F9" />

 <tool separator="true" />

 </tools>

 <tools name="Toolbar2" enabled="true" dockable="true">
<tool name="Undo" />

<tool name="Redo" />

<tool separator="true" />

 <tool name="FindAndReplace" />

<tool separator="true" />

<tool name="Print" />

<tool separator="true" />

</tools>

 <tools name="Toolbar3" dockable="true" enabled="true" >

<tool name="Bold" />

<tool name="Italic" />

<tool name="Underline" />

<tool name="StrikeThrough" />

<tool separator="true" />

</tools>

 <tools name="Toolbar4" enabled="true" dockable="true">

 <tool name="JustifyLeft" />

<tool name="JustifyCenter" />

<tool name="JustifyRight" />

<tool name="JustifyFull" />

</tools>

<tools name="Toolbar5" enabled="true" dockable="true">

<tool name="InsertOrderedList" />

<tool name="InsertUnorderedList" />

<tool separator="true" />

 <tool name="InsertHorizontalRule" />

 <tool separator="true" />

<tool name="LinkManager" />

<tool name="Unlink" />
<tool separator="true" />

 <tool name="ForeColor" />

<tool name="BackColor"/>

 <tool separator="true"/>

</tools>

<tools name="Toolbar6" dockable="true" >

<tool name="FontName"/>

<tool name="RealFontSize"/>

<tool name="Zoom" />

<tool name="ToggleScreenMode" />

</tools>

 

<!--

<links>

<link name="telerik" href="http://www.telerik.com">

<link name="Products" href="http://www.telerik.com/products">

<link name="RadEditor" href="http://www.telerik.com/radeditor" />

</link>

<link name="Purchase" href="http://www.telerik.com/purchase" />

<link name="Support" href="http://www.telerik.com/support" />

<link name="Client.Net" href="http://www.telerik.com/clientnet" />

</link>

<link name="Microsoft">

<link name="Main Site" href="http://www.microsoft.com" />

<link name="MSDN Online" href="http://msdn.microsoft.com" />

<link name="Windows Update" href="http://windowsupdate.microsoft.com" />

</link>

<link name="Search Engines">

<link name="Google" href="http://www.google.com" />

<link name="Yahoo" href="http://www.yahoo.com" />

<link name="AltaVista" href="http://www.altavista.com" />

</link>

</links>

 

<snippets>

<snippet name="Order Confirmation">

<![CDATA[

<div style="width:300px;border:2px outset #D8D2BD;padding:34px;font-family:Arial, Verdana; font-size:11px;background-color:#F1EFE6;">

Dear ____________________,<br />

Thank you for inquiring about ____________. Your request will be processed in 48 hours and shipped at the address you have provided.

<br /><br />

<b>Please, contact us if you have any problems.</b>

</div>

]]>

</snippet>

<snippet name="Email Signature">

<![CDATA[

<div style="margin-top:30px;width:80%;border-top:1px dotted gray;padding-top:4px;font-family:Arial, Verdana; font-size:11px;">

<b>John Wigham</b><br />

Senior Web Developer<br />

<a href="#">john@mysite.com</a>

<br />

<br />

<i>Disclaimer: The contents of this e-mail are privileged and confidential and intended for the addressees at the specified e-mail addresses only.</i>

</div>

]]>

</snippet>

<snippet name="Problem Report Feedback">

<![CDATA[

<div style="width:300px;border:2px outset #D8D2BD;padding:34px;font-family:Arial, Verdana; font-size:11px;background-color:#F1EFE6;">

Hi ____________________,<br />

Thank you for reporting this issue. We have verified the problem and it is logged in our system. We will notify you once we have a solution.

<br /><br />

<b>Please, contact us if you have any problems.</b>

</div>

]]>

</snippet>

</snippets>

<symbols>

</symbols>

<fontNames>

</fontNames>

<fontSizes>

</fontSizes>

<colors>

</colors>

<classes>

</classes>

<paragraphs>

</paragraphs>

<dialogParameters>

</dialogParameters>

<languages>

</languages>

 

-->

 </root>

Thanks
Harsimran Singh

0
Rumen
Telerik team
answered on 11 Jan 2012, 02:44 PM
Hi,

The problem is somehow related to the selection in the content area in IE8 but not to the RadEditor's configuration. Does the problem happens in IE9?

Are you able to reproduce the issue in the Default Example of RadEditor in IE8?

If the problem is not reproducible in the live demo, upgrade to the latest Q3 2011 SP1 version and test again. If the problem is reproducible, please record your steps with Jing and provide a link to the video for examination on our end.


Kind 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
Tags
Editor
Asked by
Harsimran
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Harsimran
Top achievements
Rank 1
Share this question
or