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

LinkManager control allignment

1 Answer 85 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Sub
Top achievements
Rank 1
Sub asked on 08 Feb 2012, 07:42 PM
Hi,
I am using the RadEditor from 2011 Q3 version of telerik as below. It is very straight forward at this point. But the controls are all vertically aligned instead of top in IE 7. In IE 8 it works fine. I checked the demos in the below link:

http://demos.telerik.com/aspnet-ajax/editor/examples/default/defaultcs.aspx

I behaves the same as I experienced. Please take a look at the above link, open the hyperlink manager and open the Anchor or Email tab. You will see that the controls are centrally aligned in IE 7 and aligned top in IE 8. Is there any workaround in IE7 to behave like IE 8? 

 

<telerik:RadEditor ID="RadEditorSettings" runat="server" Skin="Web20" Height="300px" Width="700px"> </telerik:RadEditor>

I tried to override the height in the below css, but RadEditor does not take the overridden style.

 

.reControlsLayout 

width: 100%;  

height: 100%;

}

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 10 Feb 2012, 04:45 PM
Hello,

Thank you for reporting this appearance issue.

We will investigate and fix it in one of the upcoming versions of RadEditor.

You should know that the content of the Link Manager dialog are loaded in an IFRAME which is another page and for this reason your CSS class is not applied to the link manager. You can import your own CSS file in the RadEditor's dialogs through the provided DialogsCssFile property.

Best regards,
Rumen
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
ComboBox
Asked by
Sub
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or