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
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