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

HeightOffset Bug in 2008.1.619

4 Answers 72 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Jared Tucker
Top achievements
Rank 1
Jared Tucker asked on 03 Jul 2008, 02:22 PM

A recent update to 2008.1.619 appears to have broken the HeightOffset functionality. It appears the HeightOffset is properly being applied to the table inside of the splitter's div element but the div is not affected. Your own example (http://www.telerik.com/support/kb/article/b454K-tdt-b454T-cka-b454c-cka.aspx) is broken as well.

I used the following code in a web site referencing the 2008.1.619 assembly and could not see the footer (gray) in IE 7 or FF 3:

<%@ Page Language="C#" %> 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 
<html xmlns="http://www.w3.org/1999/xhtml">  
<head runat="server">  
    <title>Untitled Page</title> 
    <style type="text/css">  
    html, body, form  
    {  
        height: 100%;  
        overflow: hidden;  
        margin: 0px;  
        padding: 0px;  
    }  
    </style> 
</head> 
<body> 
    <form id="form1" runat="server">  
        <asp:ScriptManager ID="ScriptManager1" runat="server" /> 
        <div id="header" style="height:100px;background-color:Gray;">Header</div> 
        <telerik:RadSplitter ID="RadSplitter1" runat="server" Width="100%" Height="100%" 
            HeightOffset="200">  
            <telerik:RadPane ID="RadPane1" runat="server"></telerik:RadPane> 
            <telerik:RadPane ID="RadPane2" runat="server"></telerik:RadPane> 
        </telerik:RadSplitter> 
        <div id="footer" style="height:100px;background-color:Gray;">Footer</div> 
    </form>      
</body> 
</html> 
 

We must have this functionality back, it is breaking the UI of our application.

Thanks in advance.

Regards,
Jared

4 Answers, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 08 Jul 2008, 09:32 AM
Hi Jared,

Thank you for reporting this problem, I was able to reproduce it.

It seems that this was a bug in the latest version of RadControls. It is already fixed and the fix will be available in our Future release which is scheduled for today. Your points were updated.


Sincerely yours,
Svetlina
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Michael Dunbar
Top achievements
Rank 2
answered on 09 Jul 2008, 01:34 PM
Hello,

I have just downloaded the latest version today, but that version is the one with the reported bug. How can I get the fixed version please?

Thanks,

Michael
0
Svetlina Anati
Telerik team
answered on 09 Jul 2008, 02:32 PM
Hello Michael,

I tested the HeightOffset property with the latest "Futures" build and it worked as expected. Please make sure that you have downloaded the "Futures" build as shown on the attached screenshot.

In case your problem persists, please open a new support ticket and send a sample, fully working reproduction project along with a detailed explanation of the problem and the desired behavior.


Best wishes,
Svetlina
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Michael Dunbar
Top achievements
Rank 2
answered on 09 Jul 2008, 03:16 PM
Ah! I got the wrong one. Thank you.
Tags
Splitter
Asked by
Jared Tucker
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Michael Dunbar
Top achievements
Rank 2
Share this question
or