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

[Solved] IE Window Reuse Issue : Part II

1 Answer 31 Views
Window
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Rion
Top achievements
Rank 1
Rion asked on 06 Jun 2011, 07:45 PM
Hi All-

Several months ago, I posted an issue here that was occurring involving a window that was being reused shrinking by roughly 6px horizontally and vertically with each re-opening. The issue was addressed and was a result of an issue with the telerik.common.css and telerik.sitefinity.css - however I have found that using a more recent version (2011.1.315) that this issue has arisen again. (Primarily an IE issue.)

I just thought I would see if I was the only one encountering this issue - and would bring it to the attention of the developers. I am not sure exactly what changes need to be made, however will began comparing the stylesheets to try an fix it.

Thanks,

Rion

1 Answer, 1 is accepted

Sort by
0
Rion
Top achievements
Rank 1
answered on 06 Jun 2011, 09:02 PM
I figured out the fix - simply set the div.t-window-content class in your telerik.common.css to the following:

div.t-window-content
{
padding: .4em .5em;
padding: 0\9;
margin: .4em .5em\9;
border-width: 0\9;
overflow: auto;
position: relative;
-moz-border-radius-bottomleft: 4px;
-moz-border-radius-bottomright: 4px;
-webkit-border-bottom-left-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px
}

That should fix any issues with shrinking windows.
Tags
Window
Asked by
Rion
Top achievements
Rank 1
Answers by
Rion
Top achievements
Rank 1
Share this question
or