
Charlie Bross
Top achievements
Rank 1
Charlie Bross
asked on 01 Aug 2008, 01:32 PM
I have run into an issue where the status bar is slightly larger than the window while the page is loading. Once the page has loaded and the resize handle has been rendered, the size is normal. Is this a bug or is there a way to fix this?
Thanks!
Sizing Issue
Sizing Issue Gone after Load
Thanks!
Sizing Issue
Sizing Issue Gone after Load
5 Answers, 1 is accepted
0
Hello Charlie,
Can you please make sure that you are using a recent version of the controls? We've had this problem in the past, but I believe we fixed it in one of the latest releases.
Greetings,
Georgi Tunev
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Can you please make sure that you are using a recent version of the controls? We've had this problem in the past, but I believe we fixed it in one of the latest releases.
Greetings,
Georgi Tunev
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0

Charlie Bross
Top achievements
Rank 1
answered on 04 Aug 2008, 12:17 PM
The dll that I am using is the Q2/2008 (bin35/Telerik.Web.UI.dll v. 2008.2.723.35). Is there a newer one than that?
0
Hello Charlie,
I tried to reproduce the problem locally, but to no avail. Can you please check the attached code and the movie and let me know if I am missing something?
If the problem still persists, please open a support ticket and send me a small sample project where it can be reproduced - I will check it right away.
Greetings,
Georgi Tunev
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
I tried to reproduce the problem locally, but to no avail. Can you please check the attached code and the movie and let me know if I am missing something?
If the problem still persists, please open a support ticket and send me a small sample project where it can be reproduced - I will check it right away.
Greetings,
Georgi Tunev
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0

Charlie Bross
Top achievements
Rank 1
answered on 06 Aug 2008, 06:39 PM
Thank you so much for providing the sample movie and sample code. It indeed did work correctly with the sample code that you provided. However, even using the sample Dialog.aspx page in my environment, the issue still persisted. So what could be different??? AH HA.... the sample that you sent is using the embedded base stylesheet and mine is not! I reset the window manager to use the EmbeddedBaseStylesheet and it WORKED! So the fix must have been made in the Windows.css file which is why it wasnt fixed for me. The reason I am not using the embedded stylesheet is because I wanted to turn off the window transparency. Can you please tell me what I need to modify in my Windows.css stylesheet so I can still have "Non-Transparent" windows? Thank you so much for looking into this issue for me!
0
Hello Charlie,
I tried reproducing the problem with EnableEmbeddedBaseStyleSheet to false and even provided a custom Vista skin (EnableEmbeddedSkins="false" EnableEmbeddedBaseStylesheet="false" Skin="Vista"), but as you can see from the attached movie, everything worked as expected.
Are you by any chance using an old customized skin (e.g. from a previous version of the control)? If this is so, I suggest to use the new one and there you can make the inactive RadWindow solid by deleting / commenting the following style:
I hope this helps.
Sincerely yours,
Georgi Tunev
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
I tried reproducing the problem with EnableEmbeddedBaseStyleSheet to false and even provided a custom Vista skin (EnableEmbeddedSkins="false" EnableEmbeddedBaseStylesheet="false" Skin="Vista"), but as you can see from the attached movie, everything worked as expected.
Are you by any chance using an old customized skin (e.g. from a previous version of the control)? If this is so, I suggest to use the new one and there you can make the inactive RadWindow solid by deleting / commenting the following style:
/* inactive window settings */ |
div.radwindow.inactivewindow td.corner, |
div.radwindow.inactivewindow td.titlebar, |
div.radwindow.inactivewindow td.footercenter |
{ |
/* filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40) !important; |
opacity: .4 !important; -moz-opacity: .4 !important; |
*/ |
} |
I hope this helps.
Sincerely yours,
Georgi Tunev
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.