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

Weird issues with IE6

5 Answers 52 Views
Window
This is a migrated thread and some comments may be shown as answers.
Daniel
Top achievements
Rank 1
Iron
Daniel asked on 06 May 2010, 07:03 AM
Hi. We recently upgraded to version 2010.1.415.35 and noticed all of RadWindows have a strange artifact at the top of the window. I have also noticed that the behavior of windows isn't consistent in IE6. It remembers the setting once and then reverts to the what looks like the style of the RadWindowManager. We're only seeing this behavior since upgrading from a 2008 release so maybe it happened somewhere between. I've attached a screen shot and a code snippet below. Thanks.

JS
function openRadWindow() {  
    var oWnd = radopen("update_leave.aspx""rwUpdateLeave");  
    oWnd.Center();  

ASPX
<style="cursor: hand;" onclick="openRadWindow()"><img src="/images/rotator_edit.gif" width="11" height="11" alt="Update your leave status" /></a>  
 
<telerik:RadWindowManager ID="RadWindowManager1" runat="server" Skin="Windows7" VisibleStatusbar="false" DestroyOnClose="true" Animation="Fade" Behaviors="Close, Reload" Style="z-index: 7001;">  
    <Windows> 
        <telerik:RadWindow ID="rwImage" runat="server" Skin="Windows7" NavigateUrl="image.aspx" AutoSize="false" VisibleStatusbar="false" DestroyOnClose="true" Animation="Fade" Behaviors="Close, Reload" Modal="true" Width="625px" Height="387px">  
        </telerik:RadWindow> 
        <telerik:RadWindow ID="rwUpdateLeave" runat="server" Skin="Windows7" NavigateUrl="update_leave.aspx" AutoSize="false" VisibleStatusbar="false" DestroyOnClose="true" Animation="Fade" Behaviors="Close, Reload" Modal="true" Width="400px" Height="400px">  
        </telerik:RadWindow> 
    </Windows> 
</telerik:RadWindowManager> 

5 Answers, 1 is accepted

Sort by
0
Daniel
Top achievements
Rank 1
Iron
answered on 06 May 2010, 08:16 AM
Sorry, here is the screen shot.

Daniel
0
Daniel
Top achievements
Rank 1
Iron
answered on 11 May 2010, 12:57 AM
Any ideas? Should I open a support ticket?

Daniel
0
Accepted
Georgi Tunev
Telerik team
answered on 11 May 2010, 09:38 AM
Hello Daniel,

It seems that you have a global style for TD / TR / UL / LI elements that interfere with RadWindow's skin. Please check your CSS and if you cannot locate the selector causing this - open a support ticket and send us a sample project or a live Url to a page where this issue could be reproduced. We will check it right away.


Best wishes,
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
Daniel
Top achievements
Rank 1
Iron
answered on 11 May 2010, 11:47 PM
Okay, thanks for that Georgi. I have a global font set (see below) and just override it when needed. What elements do I need to set, and to what styles? Thanks.

CSS
*  { font-familyverdanasans-serif !important; font-size11px !important; color#333333 !important; } 
0
Daniel
Top achievements
Rank 1
Iron
answered on 11 May 2010, 11:57 PM
It's okay, I figured it out. Thanks.

Daniel

CSS
.RadWindow .rwTopResize { font-size1px !important; } 
Tags
Window
Asked by
Daniel
Top achievements
Rank 1
Iron
Answers by
Daniel
Top achievements
Rank 1
Iron
Georgi Tunev
Telerik team
Share this question
or