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

[Solved] Non-active RadWindows are being cropped

3 Answers 89 Views
Window
This is a migrated thread and some comments may be shown as answers.
MrBobsy
Top achievements
Rank 2
MrBobsy asked on 01 Oct 2007, 09:09 AM
I'm using RadWindow 2.0 with the "Vista" skin.

When opening more than one window, the non-active windows have the bottom 20% of the window missing. Activating the window again restores the whole of the window.

My RadWindows are opened using the RadWindowManager:

<telerik:RadWindowManager  
            id="RadWindowManager1" 
            VisibleOnPageLoad="true" 
            DestroyOnClose="true" 
            ShowContentDuringLoad="false" 
            Skin="Vista" 
            Behavior = "Close,Maximize,Minimize,Move,Resize" 
            MinimizeZoneId="HorizontalMinimize" 
            OnClientShow = "OnClientShowRadWindow" 
            OnClientPageLoad = "OnClientPageLoadRadWindow" 
            OnClientDragStart = "OnClientDragStartRadWindow" 
            OnClientDragEnd = "OnClientDragEndRadWindow" 
            runat="server">  
            <Windows> 
                <telerik:RadWindow ID="ModalWindow" runat="server" Behavior="None"   
                    DestroyOnClose="false" Modal="true"   
                    VisibleOnPageLoad="false" /> 
            </Windows> 
        </telerik:RadWindowManager> 

Any thoughts ?

Bob.

3 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 01 Oct 2007, 10:20 AM
Hi Bob,

To be able to help we will need some additional information as we cannot reproduce the problem locally. Please open a new support ticket and provide the following:
  1. A small sample project where the problem can be reproduced
  2. The browser's version that you are using
  3. Step-by-step reproduction instructions.

 


Sincerely yours,
Georgi Tunev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
MrBobsy
Top achievements
Rank 2
answered on 01 Oct 2007, 10:54 AM
Hi Georgi,

I have submitted a new support ticket.

Bob.
0
Georgi Tunev
Telerik team
answered on 01 Oct 2007, 12:31 PM
Hello Bob,


Thank you for bringing this problem to our attention. I reproduced and logged the problem in our database - we will do our best to fix if for the service pack that will appear in 2 weeks.


Your points were updated.




Sincerely yours,
Georgi Tunev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Window
Asked by
MrBobsy
Top achievements
Rank 2
Answers by
Georgi Tunev
Telerik team
MrBobsy
Top achievements
Rank 2
Share this question
or