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

[Solved] Windows Distorted in IE8

2 Answers 78 Views
Window
This is a migrated thread and some comments may be shown as answers.
Dominick DeStasio
Top achievements
Rank 1
Dominick DeStasio asked on 12 Mar 2010, 01:56 AM
Does anyone know why my RadWindow is distorted looking under IE8 when not in compatibility mode? I have tried changing the skin (and removing it) to no avail. The code and screenshot are both attached. Running in compatibility mode it looks fine...but outside of it it does not.

    <telerik:RadWindowManager ID="RadWindowManager1" runat="server" ShowContentDuringLoad="false" 
        VisibleStatusbar="false" ReloadOnShow="true" Skin="Black"
        <Windows> 
            <telerik:RadWindow ID="PristineWindow" Behaviors="Close" OnClientClose="OnClientClose" VisibleTitlebar = "true" 
                NavigateUrl="http://www.pristine.com" Width="610px" Height="590px" Modal="true" Title="Access Pristine" KeepInScreenBounds="true" > 
            </telerik:RadWindow> 
        </Windows> 
    </telerik:RadWindowManager> 

2 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 12 Mar 2010, 08:36 AM
Hi Dominick,

You have a global style set for TD / UL / LI items which interferes with RadWindow's CSS - please note that using global styles with third party controls is not recommended as it leads to problems just like the one that you currently experience.
Please check your CSS and if you cannot locate the style, send a live Url or a sample project. We will check it and get back to you right away.


Greetings,
Georgi Tunev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Dominick DeStasio
Top achievements
Rank 1
answered on 17 Mar 2010, 11:59 PM
That did the trick--there was a leftover style sheet that our designer had forgotten even existed and it contained the global classes.

Thanks!
Tags
Window
Asked by
Dominick DeStasio
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Dominick DeStasio
Top achievements
Rank 1
Share this question
or