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

autosize problem

1 Answer 81 Views
Window
This is a migrated thread and some comments may be shown as answers.
renis cerga
Top achievements
Rank 1
renis cerga asked on 20 Jul 2010, 11:10 AM
Hi,

I have a small problem with autosize option. Sometimes it just resize the window to minimum. It doesn't happen every time.

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 22 Jul 2010, 02:03 PM
Hi renis,

To be able to help we need to reproduce the problem. Without more information, the only thing I could suggest is to ensure that you are using XHTML-compliant Doctype on the parent and content pages

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

 and the following CSS in the content page:
html, body, form
{
   padding:0;
   margin:0;
   height:100%;
}

If the suggestions above don't help, please try isolating this behavior in a sample project and send it to us - we will check it right away.


Kind regards,
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
Tags
Window
Asked by
renis cerga
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or