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

Nested splliters with flash objects inside

4 Answers 71 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
possible
Top achievements
Rank 1
possible asked on 02 May 2008, 12:11 PM
Hi,

I have a project with main page spllited on 4 pieces (main vertical splliter, and two nested horizontals on left and right side), in 2 two nested splliter panes I have flash objects. Everythig was working ok until Q1 final release, now moving main vertical splliter causes flash objects to reload (moving horizontal dont cause such problems). When I move object from nested pane outside to main splliter pane everything is ok,
<telerik:RadSplitter SplitBarsSize="10px" ID="RadSplitter1" Width="100%" LiveResize="false" runat="server" Orientation="Vertical" 
             VisibleDuringInit="false"
            <telerik:RadPane OnClientBeforeExpand="property_Expand" ID="RadPaneLeft" runat="server" 
                Scrolling="None"
                <telerik:RadSplitter ID="radSplit" SplitBarsSize="10px" LiveResize="false" runat="server" Orientation="Horizontal" Width="100%" 
                    BorderSize="1" Height="100%"
                    <telerik:RadPane ID="RadPaneProperty" OnClientResized="PropertyPaneResized" Height="300px" 
                        runat="server" Font-Bold="True" Scrolling="None"
                        <telerik:RadAjaxPanel ClientEvents-OnRequestStart="OnRequestStart" ClientEvents-OnResponseEnd="OnResponseEnd" 
                            runat="server" ID="ajaxProperty" OnAjaxRequest="ajaxProperty_AjaxRequest"
                           <!-- flash object here --> 
                        </telerik:RadAjaxPanel> 
                    </telerik:RadPane> 
                    <telerik:RadSplitBar ID="RadSplitBar1" CollapseMode="Both" CollapseExpandPaneText="Zwiń/rozwiń panel" runat="server" style="white-space:nowrap;" /> 
                    <telerik:RadPane ID="RadPaneMore" runat="server" Scrolling="Y"
                        <telerik:RadAjaxPanel ClientEvents-OnRequestStart="OnRequestStart" ClientEvents-OnResponseEnd="OnResponseEnd" 
                            runat="server" ID="ajaxPreviewPanel" OnAjaxRequest="ajaxPreviewPanel_AjaxRequest"
                            <pos:MorePanelProperty ID="morePanelProperty" runat="server" /> 
                        </telerik:RadAjaxPanel> 
                    </telerik:RadPane> 
                </telerik:RadSplitter> 
            </telerik:RadPane> 
            <telerik:RadSplitBar ID="RadSplitBar2" runat="server" CollapseExpandPaneText="Zwiń/rozwiń panel" CollapseMode="Both"/> 
            <telerik:RadPane OnClientBeforeExpand="question_Expand" ID="RadPaneRight" runat="server" 
                Scrolling="None"
                <telerik:RadSplitter ID="radSplit2" SplitBarsSize="10px" LiveResize="false" runat="server" Orientation="Horizontal" Width="100%" 
                    BorderSize="1" Height="100%"
                    <telerik:RadPane ID="RadPaneQuestion" OnClientResized="QuestionPaneResized" Height="300px" 
                        runat="server" Font-Bold="True" Scrolling="None"
                        <telerik:RadAjaxPanel ClientEvents-OnRequestStart="OnRequestStart" ClientEvents-OnResponseEnd="OnResponseEnd" 
                             runat="server"  
                            ID="ajaxQuestion" OnAjaxRequest="ajaxQuestion_AjaxRequest"
                            <!-- flash object here --> 
                        </telerik:RadAjaxPanel> 
                    </telerik:RadPane> 
                    <telerik:RadSplitBar ID="RadSplitBar3" CollapseExpandPaneText="Zwiń/rozwiń panel" CollapseMode="Both" runat="server" /> 
                    <telerik:RadPane ID="RadPaneMore2" runat="server" Scrolling="Y"
                        <telerik:RadAjaxPanel ClientEvents-OnRequestStart="OnRequestStart" ClientEvents-OnResponseEnd="OnResponseEnd" 
                             runat="server" 
                            ID="ajaxPreviewPanel2" OnAjaxRequest="ajaxPreviewPanel_AjaxRequest"
                             
                        </telerik:RadAjaxPanel> 
                    </telerik:RadPane> 
                </telerik:RadSplitter> 
            </telerik:RadPane> 
        </telerik:RadSplitter> 

4 Answers, 1 is accepted

Sort by
0
Tsvetie
Telerik team
answered on 05 May 2008, 04:02 PM
Hi tspossible,
I prepared a simple page to test your scenario and was able to reproduce the problem only under Firefox. We will do our best to fix it for SP1, scheduled for mid-May.

Greetings,
Tsvetie
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
possible
Top achievements
Rank 1
answered on 06 May 2008, 07:23 AM
Hi,

Great, but please, if the hotfix for this issue would be avaible faster then whole SP1 can you add it to my client.net account to allow me to download it? We have a new version of our application comming, and becouse of some troubles in moving from RadControls to Promethes we have a big delay.

Thanks.
0
Accepted
Tsvetie
Telerik team
answered on 09 May 2008, 08:29 AM
Hi tspossible,
In case a hotfix is available earlier, I will contact you again. However, please not that we strongly recommend that you wait for the SP, as hotfixes are not fully tested and may introduce new problems.

Kind regards,
Tsvetie
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Tsvetie
Telerik team
answered on 15 May 2008, 12:57 PM
Hello tspossible,
Unfortunately, we were not able to fix the problem earlier, but I am happy to inform you that the fix will be available with the version that we will release today (tomorrow at latest) - SP1.

Best wishes,
Tsvetie
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Splitter
Asked by
possible
Top achievements
Rank 1
Answers by
Tsvetie
Telerik team
possible
Top achievements
Rank 1
Share this question
or