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

Fullscreen in Firefox problem

4 Answers 134 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
icebits
Top achievements
Rank 1
icebits asked on 31 Dec 2007, 06:16 AM
I want to set splitter to be fullscreen in browser. I have follow the instruction in help file. It is rendered correctly in IE and Firefox in the single page. However, when i moved splitter into masterpage, it won't work in Firefox, IE is OK.

I am using Q3 (Build 2007.3.1218.35) in Visual Studio 2008 Express and tested using IE7 and Firefox 2.0.0.11 in Windows XP.

Any help is appreciated.

4 Answers, 1 is accepted

Sort by
0
Tsvetie
Telerik team
answered on 04 Jan 2008, 08:42 AM
Hello icebits,
I am not quite sure what might have caused the problem - could you please make sure that all parent nodes, not only in the page, but in the master page as well, have height in percents? In case this does not solve the problem, please prepare and send us a simple running project, demonstrating the described problem.

Kind regards,
Tsvetie
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
icebits
Top achievements
Rank 1
answered on 04 Jan 2008, 10:02 AM
Hi. How do i send to you the sample as i can't even attached the file here.

Download sample from rapidshare
0
Tsvetie
Telerik team
answered on 04 Jan 2008, 12:49 PM
Hello icebits,
In such cases, you can open a new support ticket and attach the files to it.

The problem in the attached files is caused by the DIV element in the master page, that has no height specified:
<body style="height: 100%; margin: 0px; overflow: hidden;">  
    <form id="form1" runat="server" style="height: 100%;">  
    <div> 
        <rad:RadScriptManager ID="RadScriptManager1" runat="server">  
        </rad:RadScriptManager> 

In case you remove it, or set its height to 100%, everything will be as expected.

All the best,
Tsvetie
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
icebits
Top achievements
Rank 1
answered on 07 Jan 2008, 12:48 AM
Thanks for the answer.
Tags
Splitter
Asked by
icebits
Top achievements
Rank 1
Answers by
Tsvetie
Telerik team
icebits
Top achievements
Rank 1
Share this question
or