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

[Solved] Allways reloading on FF when using MinimizeZoneID

1 Answer 90 Views
Window
This is a migrated thread and some comments may be shown as answers.
Tom Lang
Top achievements
Rank 1
Tom Lang asked on 17 Jul 2009, 01:11 PM
Hi!
I'm using Telerik 2009.2.701.20.
I found a bug when using Firefox, and RadWindow.
When using MinimizeZone, if you minimize the window and restore it, it will reload. Not matter if you are using reloadonshow = false...
That's happening only with FF, not with IE.

To reproduce it just modify this lines of RadControlsExamples, Window-Examples-TargetAttribute:

 <div class="module">
            <div class="moduleHeader">
                Using the 'Target' Attribute</div>
            <table style="height: 500px">
                <tr>
                    <td style="vertical-align: top; width: 220px;" id="NavigationDiv">
                        <a href="http://www.google.com" target="NavigationWindow">Load Google in Navigation
                            Window</a>
                        <br />
                        <a href="http://www.yahoo.com" target="ContentWindow">Load Yahoo in Content Window</a>
                    </td>
                    <td id="ContentDiv">
                    </td>
                </tr>
            </table>
            <telerik:RadWindowManager ID="Singleton" VisibleOnPageLoad="true" runat="server" MinimizeZoneID="MinZone" RestrictionZoneID="mainForm" >
                <Windows>
                    <telerik:RadWindow OffsetElementID="NavigationDiv" Behaviors="Close" NavigateUrl="./Navigation.aspx"
                        runat="server" Width="210" Height="450" Top="50" Left="60" VisibleStatusbar="false"
                        ID="NavigationWindow">
                    </telerik:RadWindow>
                    <telerik:RadWindow OffsetElementID="ContentDiv" NavigateUrl="http://www.google.com"
                        runat="server" Width="430" Height="450" Left="55" Top="50" VisibleStatusbar="false"
                        ID="ContentWindow">
                    </telerik:RadWindow>
                </Windows>
            </telerik:RadWindowManager>
            <div id="MinZone"> </div>
        </div>

Thanx a lot!
Tom

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 20 Jul 2009, 10:26 AM
Hello Tom,

Yes, we are familiar with this problem - it comes from the browser itself that always reloads the content when an IFRAME is moved in the DOM. We will do our best to find an appropriate workaround but this would happen in one of the future releases. For the time being we recommend not to use minimize zones but RadTabStrip along with RadWindow to achieve MD interface. A sample of such approach is available here.


Kind regards,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Window
Asked by
Tom Lang
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or