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

Link Manager showing in broken form

1 Answer 65 Views
Editor
This is a migrated thread and some comments may be shown as answers.
HelloWorld
Top achievements
Rank 1
HelloWorld asked on 12 Oct 2013, 02:53 PM
Hi all,

I am using radEditor with light version of Link manger. and having an issue that link manager page is showing in broken form user clicks all properties button on the Insert link page. custom skin is applied correctly but the link manger is showing all menus( Hyperlink, anchor, and email) forms under hyperlink menu selected.
the link manager shows correctly after clicking each menu once.

any help will really appreciated.

Thank you. 

1 Answer, 1 is accepted

Sort by
0
Ianko
Telerik team
answered on 16 Oct 2013, 10:11 AM
Hi Charlie,

The Link Manager dialog is implemented using a RadTabStrip control, in which the Hyperlink, Anchor and E-mail tabs' content is set with RadPageView controls. This controls are initially loaded as DIV elements with a CSS display:none rule and only the selected one should be visible. 

Currently without any investigation on the customizations I can only assume two possible reasons for the occurred issue:
  1. Somehow the Page Views are set visible via a custom CSS rule. Investigating them with the browser's dev toolbar and checking particularly the display attribute, would help you find the source of the problem.
  2. The default stylization of the RadTabStrip control is retrieved through the Webresource.axd HTTP handler. It is possible that this request has failed, although this would cause breaking for the whole RadEditor's design. You could check this assumption by investigating if there are any JavaScript errors thrown in the browser's console.

If you still have difficulties with the dialog stylization, please get back to me with a simple, locally runnable project, which isolates the problem, so that I could investigate the issue on my end and find a possible fix for you.

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
Share this question
or