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

Resize problems in FF

5 Answers 126 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Jaime
Top achievements
Rank 1
Jaime asked on 02 May 2008, 10:14 PM
Good day to everybody.
I have an issue with the resize of the zones in FF when a dock with large content its moved to a zone not as bigger. I see that the page vertical scroll grows to be in sync with the content of the zone. But when I put it back  to its older zone, the page doesnt get shorter. So this problem only occour in FF, in IE (at least IE6) everything works fine, the page gets shorter. I will put the working code that reproduce this issue (sorry for that, its very large):
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="WebApplication1._Default" %> 
 
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %> 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
<html xmlns="http://www.w3.org/1999/xhtml"
<head id="Head1" runat="server"
    <title>Untitled Page</title> 
</head> 
<body> 
    <form id="form1" runat="server"
    <telerik:RadScriptManager ID="RadScriptManager1" runat="server"
    </telerik:RadScriptManager> 
    <name="144" /> 
    <telerik:RadDockLayout ID="RadDockLayout1" runat="server"
        <table width="100%" height="100%" cellspacing="0" cellpadding="0" border="0" style="height: 100%; 
            width: 100%;"> 
            <tbody> 
                <tr> 
                    <td valign="top"
                        <table cellspacing="0" cellpadding="0" border="0" style="height: 100%;"
                            <tbody> 
                                <tr> 
                                    <td width="132" valign="top" style="width: 132px;" __ssncontainername__="__leftPaneContainer"
                                        <table cellspacing="0" cellpadding="0" border="0" style="height: 100%;"
                                            <tbody> 
                                                <tr> 
                                                    <td valign="top" style="width: 132px;"
                                                        <table cellspacing="0" cellpadding="0" border="0" style="height: 100%;"
                                                            <tbody> 
                                                                <tr> 
                                                                    <td valign="top" class="leftpane" style="width: 132px;" __ssncontainerinfo__="__leftPaneContainer" 
                                                                        id="skn_lyut_LeftPane"
                                                                        <telerik:RadDockZone ID="rdz1" runat="server"
                                                                            <telerik:RadDock ID="rd1_1" runat="server" DockMode="Docked"
                                                                                <ContentTemplate> 
                                                                                    <name="144" /> 
                                                                                    <table width="100%" cellspacing="0" cellpadding="0" border="0" align="center" class=""
                                                                                        <tbody> 
                                                                                            <tr> 
                                                                                                <td align="left" id="skn_lyut_ctr144_ContentPane"
                                                                                                    <!-- Start_Module_144 --> 
                                                                                                    <div id="skn_lyut_ctr144_ModuleContent"
                                                                                                        <table cellspacing="0" cellpadding="0" border="0" xmlns:dt="http://xsltsl.org/date-time" 
                                                                                                            style="width: 100%;"
                                                                                                            <tbody> 
                                                                                                                <tr> 
                                                                                                                    <td style="vertical-align: top;"
                                                                                                                        <table cellspacing="0" cellpadding="0" border="0" style="width: 100%;"
                                                                                                                            <tbody> 
                                                                                                                                <tr> 
                                                                                                                                    <td> 
                                                                                                                                        <span class="Normal"><strong>Second</strong></span
                                                                                                                                    </td> 
                                                                                                                                    <td align="right"
                                                                                                                                        <span class="News_Date" /> 
                                                                                                                                    </td> 
                                                                                                                                </tr> 
                                                                                                                            </tbody> 
                                                                                                                        </table> 
                                                                                                                    </td> 
                                                                                                                </tr> 
                                                                                                                <tr> 
                                                                                                                    <td height="9" /> 
                                                                                                                </tr> 
                                                                                                                <tr> 
                                                                                                                    <td bgcolor="#b3cae2" style="height: 1px;" /> 
                                                                                                                </tr> 
                                                                                                                <tr> 
                                                                                                                    <td> 
                                                                                                                        <span class="Normal">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Phasellus 
                                                                                                                            pellentesque eros ut nibh. Quisque gravida. Suspendisse viverra felis vitae turpis. 
                                                                                                                            In consectetuer, mi eu convallis pretium, velit urna dapibus nibh, nec laoreet sapien 
                                                                                                                            ante id nunc. Suspendisse vulputate, massa ac laoreet sollicitudin, nisl arcu pulvinar 
                                                                                                                            neque, a condimentum velit sem in. </span> 
                                                                                                                    </td> 
                                                                                                                </tr> 
                                                                                                                <tr> 
                                                                                                                    <td height="41" /> 
                                                                                                                </tr> 
                                                                                                                <tr> 
                                                                                                                    <td bgcolor="#b3cae2" style="height: 1px;" /> 
                                                                                                                </tr> 
                                                                                                                <tr> 
                                                                                                                    <td height="2" /> 
                                                                                                                </tr> 
                                                                                                            </tbody> 
                                                                                                        </table> 
                                                                                                        <!-- End_Module_144 --> 
                                                                                                    </div> 
                                                                                                </td> 
                                                                                            </tr> 
                                                                                            <tr> 
                                                                                                <td height="10"
                                                                                                    <img height="10" src="/Skins/_AdminSkin/Images/trans.gif" /> 
                                                                                                </td> 
                                                                                            </tr> 
                                                                                        </tbody> 
                                                                                    </table> 
                                                                                </ContentTemplate> 
                                                                            </telerik:RadDock> 
                                                                            <telerik:RadDock ID="rd1_2" runat="server" DockMode="Docked"
                                                                                <ContentTemplate> 
                                                                                    <name="143" /> 
                                                                                    <table width="100%" cellspacing="0" cellpadding="0" border="0" align="center" class=""
                                                                                        <tbody> 
                                                                                            <tr> 
                                                                                                <td align="left" id="skn_lyut_ctr143_ContentPane"
                                                                                                    <!-- Start_Module_143 --> 
                                                                                                    <div id="skn_lyut_ctr143_ModuleContent"
                                                                                                        <table cellspacing="0" cellpadding="0" border="0" xmlns:dt="http://xsltsl.org/date-time" 
                                                                                                            style="width: 100%;"
                                                                                                            <tbody> 
                                                                                                                <tr> 
                                                                                                                    <td style="vertical-align: top;"
                                                                                                                        <table cellspacing="0" cellpadding="0" border="0" style="width: 100%;"
                                                                                                                            <tbody> 
                                                                                                                                <tr> 
                                                                                                                                    <td> 
                                                                                                                                        <span class="Normal"><strong>hello world</strong></span
                                                                                                                                    </td> 
                                                                                                                                    <td align="right"
                                                                                                                                        <span class="News_Date" /> 
                                                                                                                                    </td> 
                                                                                                                                </tr> 
                                                                                                                            </tbody> 
                                                                                                                        </table> 
                                                                                                                    </td> 
                                                                                                                </tr> 
                                                                                                                <tr> 
                                                                                                                    <td height="9" /> 
                                                                                                                </tr> 
                                                                                                                <tr> 
                                                                                                                    <td bgcolor="#b3cae2" style="height: 1px;" /> 
                                                                                                                </tr> 
                                                                                                                <tr> 
                                                                                                                    <td> 
                                                                                                                        <span class="Normal">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Vivamus 
                                                                                                                            diam massa, lobortis sed, tempor sed, scelerisque eu, orci. Nam nulla. Duis neque. 
                                                                                                                            Aenean porta pretium nunc. Fusce blandit, justo in vulputate feugiat, pede nibh 
                                                                                                                            accumsan massa, eget condimentum ipsum arcu nec odio. Vivamus vulputate quam sed 
                                                                                                                            lorem. In hac. </span> 
                                                                                                                    </td> 
                                                                                                                </tr> 
                                                                                                                <tr> 
                                                                                                                    <td height="41" /> 
                                                                                                                </tr> 
                                                                                                                <tr> 
                                                                                                                    <td bgcolor="#b3cae2" style="height: 1px;" /> 
                                                                                                                </tr> 
                                                                                                                <tr> 
                                                                                                                    <td height="2" /> 
                                                                                                                </tr> 
                                                                                                            </tbody> 
                                                                                                        </table> 
                                                                                                        <!-- End_Module_143 --> 
                                                                                                    </div> 
                                                                                                </td> 
                                                                                            </tr> 
                                                                                            <tr> 
                                                                                                <td height="10"
                                                                                                    <img height="10" src="/Skins/_AdminSkin/Images/trans.gif" /> 
                                                                                                </td> 
                                                                                            </tr> 
                                                                                        </tbody> 
                                                                                    </table> 
                                                                                </ContentTemplate> 
                                                                            </telerik:RadDock> 
                                                                        </telerik:RadDockZone> 
                                                                    </td> 
                                                                </tr> 
                                                            </tbody> 
                                                        </table> 
                                                    </td> 
                                                </tr> 
                                            </tbody> 
                                        </table> 
                                    </td> 
                                    <td width="400" valign="top" style="width: 400px;" class="contentpane" __ssncontainerinfo__="__contentPaneContainer" 
                                        __ssncontainername__="__contentPaneContainer" id="skn_lyut_ContentPane"
                                        <telerik:RadDockZone ID="rdz2" runat="server"
                                            <telerik:RadDock ID="rd2_1" runat="server" DockMode="Docked"
                                                <ContentTemplate> 
                                                    <name="151" /> 
                                                    <table width="100%" cellspacing="0" cellpadding="0" border="0" align="center" class=""
                                                        <tbody> 
                                                            <tr> 
                                                                <td align="left" id="skn_lyut_ctr151_ContentPane"
                                                                    <!-- Start_Module_151 --> 
                                                                    <div id="skn_lyut_ctr151_ModuleContent"
                                                                        <table cellspacing="0" cellpadding="0" border="0" xmlns:dt="http://xsltsl.org/date-time" 
                                                                            style="width: 100%;"
                                                                            <tbody> 
                                                                                <tr> 
                                                                                    <td style="vertical-align: top; width: 90px; font-size: 100%;"
                                                                                        <span class="Normal">Fri, 02 May 2008 20:48:25 GMT</span> 
                                                                                    </td> 
                                                                                    <td width="10" /> 
                                                                                    <td class="Normal" style="vertical-align: top;"
                                                                                        <href="2008/05/02/finally-microsoft-and-yahoo-in-merger-talks/index.xml" class="Head"
                                                                                            Raising Yahoo Bid, Microsoft Steps Up Talks</a>In a breakthrough after a months-long 
                                                                                        standoff, Microsoft has increased its offer and intensified negotiations, a person 
                                                                                        involved in the talks said. 
                                                                                    </td> 
                                                                                </tr> 
                                                                                <tr> 
                                                                                    <td style="height: 5px;" /> 
                                                                                </tr> 
                                                                                <tr> 
                                                                                    <td style="vertical-align: top; width: 90px; font-size: 100%;"
                                                                                        <span class="Normal">Fri, 02 May 2008 19:08:23 GMT</span> 
                                                                                    </td> 
                                                                                    <td width="10" /> 
                                                                                    <td class="Normal" style="vertical-align: top;"
                                                                                        <href="2008/05/02/business/02econ-web.xml" class="Head">U.S. Shed Fewer Jobs Than 
                                                                                            Expected in April</a>The economy in April lost 20,000 jobs, fewer than predicted, 
                                                                                        but the report suggested to many economists that the U.S. is ensnared in a recession. 
                                                                                    </td> 
                                                                                </tr> 
                                                                                <tr> 
                                                                                    <td style="height: 5px;" /> 
                                                                                </tr> 
                                                                                <tr> 
                                                                                    <td style="vertical-align: top; width: 90px; font-size: 100%;"
                                                                                        <span class="Normal">Fri, 02 May 2008 20:22:23 GMT</span> 
                                                                                    </td> 
                                                                                    <td width="10" /> 
                                                                                    <td class="Normal" style="vertical-align: top;"
                                                                                        <href="" class="Head">Blocking the Transmission of Violence</a>If gang violence 
                                                                                        was an infectious disease, how would you stop it? A Chicago epidemiologist thinks 
                                                                                        he has the answer. 
                                                                                    </td> 
                                                                                </tr> 
                                                                                <tr> 
                                                                                    <td style="height: 5px;" /> 
                                                                                </tr> 
                                                                                <tr> 
                                                                                    <td style="vertical-align: top; width: 90px; font-size: 100%;"
                                                                                        <span class="Normal">Fri, 02 May 2008 20:47:17 GMT</span> 
                                                                                    </td> 
                                                                                    <td width="10" /> 
                                                                                    <td class="Normal" style="vertical-align: top;"
                                                                                        <href="2008/05/03/world/africa/03zimbabwe.xml" class="Head">Zimbabwe Officials Say 
                                                                                            Runoff Needed</a>The election commission announced that the opposition candidate 
                                                                                        had not won by enough to avoid a runoff vote. 
                                                                                    </td> 
                                                                                </tr> 
                                                                                <tr> 
                                                                                    <td style="height: 5px;" /> 
                                                                                </tr> 
                                                                                <tr> 
                                                                                    <td style="vertical-align: top; width: 90px; font-size: 100%;"
                                                                                        <span class="Normal">Fri, 02 May 2008 17:53:07 GMT</span> 
                                                                                    </td> 
                                                                                    <td width="10" /> 
                                                                                    <td class="Normal" style="vertical-align: top;"
                                                                                        <href="2008/05/03/world/europe/03britain.xml" class="Head">Labor Suffers Losses in 
                                                                                            British Local Elections</a>The results amounted to a resounding rebuke to Prime 
                                                                                        Minister Gordon Brown?s government. 
                                                                                    </td> 
                                                                                </tr> 
                                                                                <tr> 
                                                                                    <td style="height: 5px;" /> 
                                                                                </tr> 
                                                                                <tr> 
                                                                                    <td style="vertical-align: top; width: 90px; font-size: 100%;"
                                                                                        <span class="Normal">Fri, 02 May 2008 19:03:19 GMT</span> 
                                                                                    </td> 
                                                                                    <td width="10" /> 
                                                                                    <td class="Normal" style="vertical-align: top;"
                                                                                        <href="2008/05/03/world/asia/03china.xml" class="Head">Virus Kills 22 Children in 
                                                                                            China</a>A fast-spreading viral outbreak in eastern China has sickened thousands 
                                                                                        and caused panic among parents. 
                                                                                    </td> 
                                                                                </tr> 
                                                                                <tr> 
                                                                                    <td style="height: 5px;" /> 
                                                                                </tr> 
                                                                                <tr> 
                                                                                    <td style="vertical-align: top; width: 90px; font-size: 100%;"
                                                                                        <span class="Normal">Fri, 02 May 2008 15:52:17 GMT</span> 
                                                                                    </td> 
                                                                                    <td width="10" /> 
                                                                                    <td class="Normal" style="vertical-align: top;"
                                                                                        <href="2008/05/01/us/02cnd-bridge.xml" class="Head">Fund Set for Bridge Collapse Victims</a>Minnesota 
                                                                                        legislators said that they had reached an agreement on a $37 million plan to compensate 
                                                                                        victims of the highway bridge that collapsed last August. 
                                                                                    </td> 
                                                                                </tr> 
                                                                                <tr> 
                                                                                    <td style="height: 5px;" /> 
                                                                                </tr> 
                                                                                <tr> 
                                                                                    <td style="vertical-align: top; width: 90px; font-size: 100%;"
                                                                                        <span class="Normal">Fri, 02 May 2008 17:11:22 GMT</span> 
                                                                                    </td> 
                                                                                    <td width="10" /> 
                                                                                    <td class="Normal" style="vertical-align: top;"
                                                                                        <href="2008/05/03/world/middleeast/03yemen.xml" class="Head">Car Bomb Hits Yemeni 
                                                                                            Mosque</a>The bombing was in a region that has been the site of an intermittent 
                                                                                        rebellion rebels since 2004. 
                                                                                    </td> 
                                                                                </tr> 
                                                                                <tr> 
                                                                                    <td style="height: 5px;" /> 
                                                                                </tr> 
                                                                                <tr> 
                                                                                    <td style="vertical-align: top; width: 90px; font-size: 100%;"
                                                                                        <span class="Normal">Fri, 02 May 2008 16:07:17 GMT</span> 
                                                                                    </td> 
                                                                                    <td width="10" /> 
                                                                                    <td class="Normal" style="vertical-align: top;"
                                                                                        <href="2008/05/03/world/asia/03tibet.xml" class="Head">Tibetan Envoys Head to China</a>In 
                                                                                        a signal of low expectations for the meeting with representatives of the Dalai Lama, 
                                                                                        the announcement predicted that the visit would be ?brief.? 
                                                                                    </td> 
                                                                                </tr> 
                                                                                <tr> 
                                                                                    <td style="height: 5px;" /> 
                                                                                </tr> 
                                                                                <tr> 
                                                                                    <td style="vertical-align: top; width: 90px; font-size: 100%;"
                                                                                        <span class="Normal">Fri, 02 May 2008 20:48:24 GMT</span> 
                                                                                    </td> 
                                                                                    <td width="10" /> 
                                                                                    <td class="Normal" style="vertical-align: top;"
                                                                                        <href="2008/05/02/a-dead-composers-words-and-now-his-music-circle-ground-zero/index.xml" 
                                                                                            class="Head">City Room: Coda to Stockhausen?s 9/11 Remarks</a>Karlheinz Stockhausen's 
                                                                                        "Stimmung" will culminate a music marathon at the World Financial Center in June. 
                                                                                        The composer, who died in December, drew fire when he compared the Sept. 11 attacks 
                                                                                        to art. 
                                                                                    </td> 
                                                                                </tr> 
                                                                                <tr> 
                                                                                    <td style="height: 5px;" /> 
                                                                                </tr> 
                                                                                <tr> 
                                                                                    <td style="vertical-align: top; width: 90px; font-size: 100%;"
                                                                                        <span class="Normal">Fri, 02 May 2008 20:48:24 GMT</span> 
                                                                                    </td> 
                                                                                    <td width="10" /> 
                                                                                    <td class="Normal" style="vertical-align: top;"
                                                                                        <href="2008/05/02/skepticism-and-sadness-after-death-of-dc-madam/index.xml" class="Head"
                                                                                            Skepticism After Death of ?D.C. Madam?</a>Across the Internet, scoffing at the 
                                                                                        initial police judgment that Deborah Jeane Palfrey committed suicide, and insistence 
                                                                                        that she must have had more names to name. 
                                                                                    </td> 
                                                                                </tr> 
                                                                                <tr> 
                                                                                    <td style="height: 5px;" /> 
                                                                                </tr> 
                                                                                <tr> 
                                                                                    <td style="vertical-align: top; width: 90px; font-size: 100%;"
                                                                                        <span class="Normal">Fri, 02 May 2008 20:18:25 GMT</span> 
                                                                                    </td> 
                                                                                    <td width="10" /> 
                                                                                    <td class="Normal" style="vertical-align: top;"
                                                                                        <href="2008/05/02/al-leaders-showdown-in-beantown/index.xml" class="Head">A.L. Leaders 
                                                                                            Showdown in Beantown</a>The Tampa Bay Rays (16-12) and the Boston Red Sox (17-13) 
                                                                                        are in a virtual tie for first place in the American League East, with the Rays 
                                                                                        (.571) edging the Sox out by a few percentage points (.567). Repeat, the Rays and 
                                                                                        the Red Sox, the defending World Series champions, are sitting atop the division. 
                                                                                        Who [...]. 
                                                                                    </td> 
                                                                                </tr> 
                                                                                <tr> 
                                                                                    <td style="height: 5px;" /> 
                                                                                </tr> 
                                                                                <tr> 
                                                                                    <td style="vertical-align: top; width: 90px; font-size: 100%;"
                                                                                        <span class="Normal">20080501</span> 
                                                                                    </td> 
                                                                                    <td width="10" /> 
                                                                                    <td class="Normal" style="vertical-align: top;"
                                                                                        <href="" class="Head">Is This the World?s Cheapest Dress?</a>How Steve & Barry?s 
                                                                                        became a $1 billion company selling celebrity style for $8.98. 
                                                                                    </td> 
                                                                                </tr> 
                                                                                <tr> 
                                                                                    <td style="height: 5px;" /> 
                                                                                </tr> 
                                                                                <tr> 
                                                                                    <td style="vertical-align: top; width: 90px; font-size: 100%;"
                                                                                        <span class="Normal">20080501</span> 
                                                                                    </td> 
                                                                                    <td width="10" /> 
                                                                                    <td class="Normal" style="vertical-align: top;"
                                                                                        <href="" class="Head">Moss Makes a Lush, No-Care Lawn</a>A growing number of enthusiasts 
                                                                                        advocate replacing traditional lawns with low-maintenance moss. 
                                                                                    </td> 
                                                                                </tr> 
                                                                                <tr> 
                                                                                    <td style="height: 5px;" /> 
                                                                                </tr> 
                                                                                <tr> 
                                                                                    <td style="vertical-align: top; width: 90px; font-size: 100%;"
                                                                                        <span class="Normal">20080502</span> 
                                                                                    </td> 
                                                                                    <td width="10" /> 
                                                                                    <td class="Normal" style="vertical-align: top;"
                                                                                        <href="" class="Head">The Cognitive Age</a>There?s a problem with the way the 
                                                                                        globalization paradigm has evolved. It doesn?t really explain most of what is happening 
                                                                                        in the world. 
                                                                                    </td> 
                                                                                </tr> 
                                                                                <tr> 
                                                                                    <td style="height: 5px;" /> 
                                                                                </tr> 
                                                                                <tr> 
                                                                                    <td style="vertical-align: top; width: 90px; font-size: 100%;"
                                                                                        <span class="Normal">20080429</span> 
                                                                                    </td> 
                                                                                    <td width="10" /> 
                                                                                    <td class="Normal" style="vertical-align: top;"
                                                                                        <href="" class="Head">You Name It, and Exercise Helps It</a>People with chronic 
                                                                                        health problems can improve their health and quality of life by learning how to 
                                                                                        exercise safely. 
                                                                                    </td> 
                                                                                </tr> 
                                                                                <tr> 
                                                                                    <td style="height: 5px;" /> 
                                                                                </tr> 
                                                                                <tr> 
                                                                                    <td style="vertical-align: top; width: 90px; font-size: 100%;"
                                                                                        <span class="Normal">20080502</span> 
                                                                                    </td> 
                                                                                    <td width="10" /> 
                                                                                    <td class="Normal" style="vertical-align: top;"
                                                                                        <href="" class="Head">As Gas Costs Soar, Buyers Flock to Small Cars</a>About one 
                                                                                        in five vehicles sold in the U.S. in April was a compact or subcompact car, while 
                                                                                        sales of pickups and S.U.V.?s fell sharply. 
                                                                                    </td> 
                                                                                </tr> 
                                                                                <tr> 
                                                                                    <td style="height: 5px;" /> 
                                                                                </tr> 
                                                                                <tr> 
                                                                                    <td style="vertical-align: top; width: 90px; font-size: 100%;"
                                                                                        <span class="Normal" /> 
                                                                                    </td> 
                                                                                    <td width="10" /> 
                                                                                    <td class="Normal" style="vertical-align: top;"
                                                                                        <href="" class="Head">Subway Idol</a>Joe Taylor is auditioning for a coveted spot 
                                                                                        as a New York City subway performer. 
                                                                                    </td> 
                                                                                </tr> 
                                                                                <tr> 
                                                                                    <td style="height: 5px;" /> 
                                                                                </tr> 
                                                                                <tr> 
                                                                                    <td style="vertical-align: top; width: 90px; font-size: 100%;"
                                                                                        <span class="Normal" /> 
                                                                                    </td> 
                                                                                    <td width="10" /> 
                                                                                    <td class="Normal" style="vertical-align: top;"
                                                                                        <href="" class="Head">Weekend Explorer: Queens</a>John Strausbaugh tours the diverse 
                                                                                        religious sites of Flushing, Queens. 
                                                                                    </td> 
                                                                                </tr> 
                                                                                <tr> 
                                                                                    <td style="height: 5px;" /> 
                                                                                </tr> 
                                                                                <tr> 
                                                                                    <td style="vertical-align: top; width: 90px; font-size: 100%;"
                                                                                        <span class="Normal" /> 
                                                                                    </td> 
                                                                                    <td width="10" /> 
                                                                                    <td class="Normal" style="vertical-align: top;"
                                                                                        <href="" class="Head">Welcomed In by a Dragon</a>The Beijing Capital International 
                                                                                        Airport is the latest record-breaking infrastructure project to be unveiled ahead 
                                                                                        of the 2008 Olympics. 
                                                                                    </td> 
                                                                                </tr> 
                                                                                <tr> 
                                                                                    <td style="height: 5px;" /> 
                                                                                </tr> 
                                                                                <tr> 
                                                                                    <td style="vertical-align: top; width: 90px; font-size: 100%;"
                                                                                        <span class="Normal" /> 
                                                                                    </td> 
                                                                                    <td width="10" /> 
                                                                                    <td class="Normal" style="vertical-align: top;"
                                                                                        <href="" class="Head">Movie Minutes: 'Iron Man'</a>A. O. Scott reviews "Iron Man," 
                                                                                        based on the Marvel comic about a man who protects the world in an iron armor suit. 
                                                                                    </td> 
                                                                                </tr> 
                                                                                <tr> 
                                                                                    <td style="height: 5px;" /> 
                                                                                </tr> 
                                                                            </tbody> 
                                                                        </table> 
                                                                        <!-- End_Module_151 --> 
                                                                    </div> 
                                                                </td> 
                                                            </tr> 
                                                            <tr> 
                                                                <td height="10"
                                                                    <img height="10" src="/Skins/_AdminSkin/Images/trans.gif" /> 
                                                                </td> 
                                                            </tr> 
                                                        </tbody> 
                                                    </table> 
                                                </ContentTemplate> 
                                            </telerik:RadDock> 
                                        </telerik:RadDockZone> 
                                    </td> 
                                    <td width="47" valign="top" style="width: 47px;"
                                    </td> 
                                    <td width="152" valign="top" style="width: 152px;" class="rightpane" __ssncontainerinfo__="__rightPaneContainer" 
                                        __ssncontainername__="__rightPaneContainer" id="skn_lyut_RightPane"
                                        <telerik:RadDockZone ID="rdz3" runat="server"
                                            <telerik:RadDock ID="rd3_1" runat="server" DockMode="Docked"
                                                <ContentTemplate> 
                                                    <name="149" /> 
                                                    <table width="100%" cellspacing="0" cellpadding="0" border="0" align="center" class=""
                                                        <tbody> 
                                                            <tr> 
                                                                <td align="left" id="skn_lyut_ctr149_ContentPane"
                                                                    <!-- Start_Module_149 --> 
                                                                    <div id="skn_lyut_ctr149_ModuleContent"
                                                                        <table cellspacing="0" cellpadding="0" border="0" xmlns:dt="http://xsltsl.org/date-time" 
                                                                            style="width: 100%;"
                                                                            <tbody> 
                                                                                <tr> 
                                                                                    <td style="vertical-align: top;"
                                                                                        <table cellspacing="0" cellpadding="0" border="0" style="width: 100%;"
                                                                                            <tbody> 
                                                                                                <tr> 
                                                                                                    <td> 
                                                                                                        <span class="Normal"><strong>Einstein</strong></span
                                                                                                    </td> 
                                                                                                    <td align="right"
                                                                                                        <span class="News_Date" /> 
                                                                                                    </td> 
                                                                                                </tr> 
                                                                                            </tbody> 
                                                                                        </table> 
                                                                                    </td> 
                                                                                </tr> 
                                                                                <tr> 
                                                                                    <td height="9" /> 
                                                                                </tr> 
                                                                                <tr> 
                                                                                    <td bgcolor="#b3cae2" style="height: 1px;" /> 
                                                                                </tr> 
                                                                                <tr> 
                                                                                    <td> 
                                                                                        <span class="Normal"><span class="Normal"><span class="Normal"><span style="font-family: verdana; 
                                                                                            font-size: 13px; color: rgb(80, 79, 83);">Lorem ipsum dolor sit amet, consectetuer 
                                                                                            adipiscing elit. Vivamus diam massa, lobortis sed, tempor sed, scelerisque eu, orci. 
                                                                                            Nam nulla. Duis neque. Aenean porta pretium nunc. Fusce blandit, justo in vulputate 
                                                                                            feugiat, pede nibh accumsan massa, eget condimentum ipsum arcu nec odio. Vivamus 
                                                                                            vulputate quam sed lorem. In hac.</span></span><br /> 
                                                                                            <br /> 
                                                                                            <span class="Normal"><span style="font-family: verdana; font-size: 13px; color: rgb(80, 79, 83);"
                                                                                                Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Vivamus diam massa, lobortis 
                                                                                                sed, tempor sed, scelerisque eu, orci. Nam nulla. Duis neque. Aenean porta pretium 
                                                                                                nunc. Fusce blandit, justo in vulputate feugiat, pede nibh accumsan massa, eget 
                                                                                                condimentum ipsum arcu nec odio. Vivamus vulputate quam sed lorem. In hac.<br /> 
                                                                                                <br /> 
                                                                                                <div style="text-align: center;"
                                                                                                    <span style="color: rgb(0, 0, 0); font-family: arial; font-size: 12px;"><span class="Normal"
                                                                                                        <span style="font-family: verdana; font-size: 13px; color: rgb(80, 79, 83);"
                                                                                                            <img width="199" height="247" border="0" style="width: 81px; height: 82px;" src="http://msnbcmedia3.msn.com/j/msnbc/Components/Photos/z_Projects_in_progress/050418_Einstein/050405_einstein_tongue.widec.jpg" /></span></span><span 
                                                                                                                style="font-family: arial; font-size: 13px; color: rgb(37, 41, 55);"</span> 
                                                                                                    </span> 
                                                                                                    <br /> 
                                                                                                </div> 
                                                                                            </span></span><span style="font-family: arial; font-size: 13px; color: rgb(37, 41, 55);"
                                                                                                <br /> 
                                                                                            </span><span style="font-family: verdana; font-size: 13px; color: rgb(80, 79, 83);"
                                                                                                Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Vivamus diam massa, lobortis 
                                                                                                sed, tempor sed, scelerisque eu, orci. Nam nulla. Duis neque. Aenean porta pretium 
                                                                                                nunc. Fusce blandit, justo in vulputate feugiat, pede nibh accumsan massa, eget 
                                                                                                condimentum ipsum arcu nec odio. Vivamus vulputate quam sed lorem. In hac.</span><br /> 
                                                                                            <span style="font-family: verdana; font-size: 13px; color: rgb(80, 79, 83);">Lorem ipsum 
                                                                                                dolor sit amet, consectetuer adipiscing elit. Vivamus diam massa, lobortis sed, 
                                                                                                tempor sed, scelerisque eu, orci. Nam nulla. Duis neque. Aenean porta pretium nunc. 
                                                                                                Fusce blandit, justo in vulputate feugiat, pede nibh accumsan massa, eget condimentum 
                                                                                                ipsum arcu nec odio. Vivamus vulputate quam sed lorem. In hac.<br /> 
                                                                                                <br /> 
                                                                                                <span style="font-family: verdana; font-size: 13px; color: rgb(80, 79, 83);">Lorem ipsum 
                                                                                                    dolor sit amet, consectetuer adipiscing elit. Vivamus diam massa, lobortis sed, 
                                                                                                    tempor sed, scelerisque eu, orci. Nam nulla. Duis neque. Aenean porta pretium nunc. 
                                                                                                    Fusce blandit, justo in vulputate feugiat, pede nibh accumsan massa, eget condimentum 
                                                                                                    ipsum arcu nec odio. Vivamus vulputate quam sed lorem. In hac.</span></span><span 
                                                                                                        style="font-family: arial; font-size: 13px; color: rgb(37, 41, 55);"
                                                                                            </span></span></span> 
                                                                                    </td> 
                                                                                </tr> 
                                                                                <tr> 
                                                                                    <td height="41" /> 
                                                                                </tr> 
                                                                                <tr> 
                                                                                    <td bgcolor="#b3cae2" style="height: 1px;" /> 
                                                                                </tr> 
                                                                                <tr> 
                                                                                    <td height="2" /> 
                                                                                </tr> 
                                                                            </tbody> 
                                                                        </table> 
                                                                        <!-- End_Module_149 --> 
                                                                    </div> 
                                                                </td> 
                                                            </tr> 
                                                             
                                                        </tbody> 
                                                    </table> 
                                                </ContentTemplate> 
                                            </telerik:RadDock> 
                                        </telerik:RadDockZone> 
                                    </td> 
                                </tr> 
                            </tbody> 
                        </table> 
                    </td> 
                </tr> 
                <tr> 
                    <td style="height: 9px;"
                    </td> 
                </tr> 
            </tbody> 
        </table> 
    </telerik:RadDockLayout> 
    </form> 
</body> 
</html> 
 
Thanks in advance.

5 Answers, 1 is accepted

Sort by
0
MNP
Top achievements
Rank 1
answered on 06 May 2008, 07:25 PM
I see the same problem. Simple scenario where the zone loads a user control

<telerik:RadDockZone ID="DockZone_Main" Runat="server" MinHeight="200"
     <telerik:RadDock ID="Doc_Main" runat="server" Skin="Hay" DefaultCommands="None"  
        DockMode="Docked" EnableDrag="false"
     <TitlebarTemplate><h2>Latest News 
        </h2></TitlebarTemplate
     <ContentTemplate> 
        <uc1:News ID="News1" runat="server" /> 
     </ContentTemplate> 
     </telerik:RadDock> 
  </telerik:RadDockZone> 

In my user control, I just have simple div's
   <cc1:RSSReader ID="RSSReader1" runat="server" FeedURL="http://calgexec.mnp.ca:81/mnp_technology/it.nsf/feed.rss" FeedItemCount="6"
            <HeaderTemplate> 
                <div class="feed"
                    Title: <%#Eval("Title.Text")%> <br /><br /><br />                                                           
            </HeaderTemplate> 
            <ItemTemplate> 
                <div class="feedItem">                     
                    <%#Eval("Title.Text")%> <br /> 
                    <%#Eval("Summary.Text")%>  
                </div> 
            </ItemTemplate> 
            <FooterTemplate> 
                </div> 
            </FooterTemplate> 
        </cc1:RSSReader>     
 <div style="clear:both;">&nbsp;</div> 

In firefox, the vertical scroll bar is shown. IE 7 it is not.

Please help
0
Sophy
Telerik team
answered on 08 May 2008, 01:43 PM
Hi Jaime,

Please, accept our apologies for the delayed response.

Thank you for the provided sample code snippets demonstrating the problem.
I was able to reproduce the issue using the code you have sent us. The problem you experience in FF is due to the way the table html elements are resized in FF. When the content inside the table elements is increased the size of the table increases but when its content is decreased the table is not resized in FF. The issue does not refer to the RadDock control itself. For your convenience I have attached a sample page based on your code which demonstrates the same issue with div html elements. You can see that any browser resizing makes the table resize to the correct size.

Best regards,
Sophy
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Jaime
Top achievements
Rank 1
answered on 08 May 2008, 02:45 PM
Thanks for your response.
Do you know any workaround for this issue, right now I am executing a function after 100 ms which resize the body of the page to fire the browser resize function and then the table fits to its content.
Also do you know if this is a known issue?, I mean, exists any information about this in the Internet or even better in the Mozilla forums?.
The code is that I am executing is something like these:
function executeResizeHacks(){ 
    if($telerik.isFirefox){ 
        var body = window.document.body; 
        if(body != null){ 
                var previousHeight = body.style.height; 
                window.setTimeout(function(){ 
                    body.style.height = "0px"
                    window.setTimeout(function(){ 
                        body.style.height = previousHeight; 
                    },100); 
                },100); 
        } 
    } 

0
Sophy
Telerik team
answered on 12 May 2008, 07:19 AM
Hello Jaime,

I am not aware whether the problem has been publicly discussed in the Internet. We simply showed you how the FF browser handles a simple scenario with standard html controls analogous to the one with our controls.
You can searched in the Internet for a similar problem or if you want you could report it in the Mozilla forums.
Regarding a sample workaround it should be something similar to the one you have implemented - body resizing which could be executed when some table's content is decreased depending on the specific scenario. 

Best wishes,
Sophy
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Accepted
Jaime
Top achievements
Rank 1
answered on 12 May 2008, 02:35 PM
Thank you, like always you had been very helpful.
Tags
Dock
Asked by
Jaime
Top achievements
Rank 1
Answers by
MNP
Top achievements
Rank 1
Sophy
Telerik team
Jaime
Top achievements
Rank 1
Share this question
or