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

link manager dialog displays with radtoolbar reappear above modal overlay when user clicks all properties button on insert link dialog

5 Answers 69 Views
Editor
This is a migrated thread and some comments may be shown as answers.
HelloWorld
Top achievements
Rank 1
HelloWorld asked on 22 Oct 2013, 11:56 AM
Hello all,

link manager dialog displays with radtoolbar reappear above modal overlay when user clicks all properties button on insert link dialog
need to prevent users click any editor tools.
navigated code but I could not find any triggers that.
I am just assuming CSS issues.

Thank you

5 Answers, 1 is accepted

Sort by
0
Ianko
Telerik team
answered on 22 Oct 2013, 01:12 PM
Hello Charlie,

I tried to reproduce the problem with the built-in configuration options of the editor, but to no avail. The toolbar is inactive in all cases.

Could you please try to reproduce the described behavior with this online demo and get back to me with the exact steps.

Currently I can suggest checking if there is a custom CSS rule in the used project, which overrides the z-index attribute of the toolbar or the dialog.

If you need further assistance on this matter it would be helpful if you could provide a simple, locally runnable project, which isolates the problem, so that I could investigate it on my end.

Regards,
Ianko
Telerik
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 the blog feed now.
0
HelloWorld
Top achievements
Rank 1
answered on 22 Oct 2013, 01:37 PM
I am using Window 2007 skin with EditorDialogs ascx files from telerik support.
I modified for header color. nothing else.
 when your click all properities button, it reload radtoolbar and z-index = auto.
changed z-index less than overlay set to but it doesn't work. 
clicking all properties button make radtool bar re-activated as if user clicks in content text box.
is there anything I can do in LinkManager.ascx to make radtoolbar below the overlay block???

Thank you. 
0
HelloWorld
Top achievements
Rank 1
answered on 22 Oct 2013, 03:00 PM
is there any way to trigger modal popup again when user clicks all properties button on the insert link dialog??

Thanks. 
0
HelloWorld
Top achievements
Rank 1
answered on 22 Oct 2013, 05:39 PM
I am trying to get to a function that will be triggered when user clicks all properties butoon on the insert link dialog.
but could not find one.
any idea??
<telerik:RadEditor BorderStyle="Solid" BorderWidth="1" Skin="Office2007" EnableEmbeddedSkins="false" EnableEmbeddedBaseStylesheet="true" ContentAreaMode="div" 
                                            Height="45" runat="server" ID="RadEditorAssessmentDirections" EditModes="Design" ToolbarMode="ShowOnFocus" Width="90%" Visible="True" 
                                            DialogsCssFile="~/Skins/Office2007/Widgets.Office2007.css" ExternalDialogsPath="~/Skins/EditorDialogs/" OnClientLoad="setup_assessment_directions">
<CssFiles>
<telerik:EditorCssFile Value="~/Skins/Inline/Editor/InlineEditorContentArea.css" />
</CssFiles>
<Tools>
<telerik:EditorToolGroup >
<telerik:EditorTool Name="Bold" />
<telerik:EditorTool Name="Italic" />
<telerik:EditorTool Name="Underline" />
<telerik:EditorTool Name="StrikeThrough" />
<telerik:EditorSeparator Visible="true" />
<telerik:EditorTool Name="JustifyLeft" />
<telerik:EditorTool Name="JustifyCenter" />
<telerik:EditorTool Name="JustifyRight" />
<telerik:EditorTool Name="JustifyFull" />
<telerik:EditorTool Name="JustifyNone" />
<telerik:EditorSeparator Visible="true" />
<telerik:EditorTool Name="Superscript" />
<telerik:EditorTool Name="Subscript" />
<telerik:EditorSeparator Visible="true" />
<telerik:EditorTool Name="ConvertToLower" />
<telerik:EditorTool Name="ConvertToUpper" />
<telerik:EditorTool Name="Indent" />
<telerik:EditorTool Name="Outdent" />
<telerik:EditorTool Name="InsertOrderedList" />
<telerik:EditorTool Name="InsertUnorderedList" />
<telerik:EditorTool Name="AbsolutePosition" />
<telerik:EditorTool Name="InsertLink"></telerik:EditorTool>
<telerik:EditorTool Name="Unlink"></telerik:EditorTool>
</telerik:EditorToolGroup>
</Tools> 
</telerik:RadEditor>
0
Ianko
Telerik team
answered on 23 Oct 2013, 01:11 PM
Hello Charlie,

The Insert Link dialog is a standalone implementation and its modification is done by customizing an additional ascx file. You could follow this online demo, in which is explained how this can be achieved.
 
If you need further assistance with your project, you could provide a sample demo, so that I could investigate it on my end.

Regards,
Ianko
Telerik
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 the blog feed now.
Tags
Editor
Asked by
HelloWorld
Top achievements
Rank 1
Answers by
Ianko
Telerik team
HelloWorld
Top achievements
Rank 1
Share this question
or