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

The Splitter Can't Work In Firefox

3 Answers 67 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
trampt
Top achievements
Rank 1
trampt asked on 27 Oct 2011, 02:03 AM
 why the splitter work well in IE ,But Can't Work In Firefox. The Splitter can't expand in firefox......

More Information ,please see the attachments....

3 Answers, 1 is accepted

Sort by
0
Dobromir
Telerik team
answered on 27 Oct 2011, 09:25 AM
Hi Trampt,

Unfortunately, the provided information is not enough to determine the exact cause of the issue. Could you please provide more detailed information on the specific scenarion?
  • Which version of RadControls for ASP.NET AJAX are used in the application?
  • Do you experience any JavaScript errors during the page load in FireFox?
  • Could you please provide a sample runnable project reproducing the problem so we can examine and debug it locally?

Looking forward to hearing from you,
Dobromir
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
trampt
Top achievements
Rank 1
answered on 28 Oct 2011, 02:54 AM
Thanks you for your reply
this is my code:
<telerik:RadAjaxPanel ID="RadAjaxPanel1" runat="server">
 <telerik:RadSplitter ID="RadSplitter1"  Runat="server" Skin="Windows7" 
            Height="900" Width="100%" Orientation="Vertical" 
            BackColor="white" ResizeMode="EndPane">
              
        <telerik:RadPane ID="Radpane1" runat="server" Width="15%"  BackColor="#FCFCFC" ><telerik:RadTreeView Skin="Windows7" Font-Names="Tahoma" ID="RadTreeView1" 
                    Runat="server" DataFieldID="NodeID" DataFieldParentID="ParentNodeID"  
                    DataTextField="NodeName" DataValueField="TableName" onnodeclick="RadTreeView1_NodeClick"  OnClientNodeClicked="NodeClick"></telerik:RadTreeView>
       </telerik:RadPane>
         
        <telerik:radsplitbar ID="centerSpliterBar" runat="server" CollapseMode="Forward" />
          
        <telerik:RadPane ID="Radpane2" runat="server" Width="85%"  BackColor="#FCFCFC"  >
    <div  id ="mdiv">
        <telerik:RadXmlHttpPanel ID="RadXmlHttpPanel1" Runat="server"  EnableClientScriptEvaluation="true" >
         
       <asp:PlaceHolder ID="PlaceHolder1" runat="server"></asp:PlaceHolder>
       <Telerik:RadContextMenu id="RadContextMenu1" runat="server"
         EnableRoundedCorners="true" EnableShadows="true" Skin="Outlook" OnClientItemClicked="MenuClick">
                <Items>
                    <Telerik:RadMenuItem Text="Field Select"  Value="Field Select"/>
                    <Telerik:RadMenuItem Text="Filter By"  Value="Filter By"/>
                </Items>
            </Telerik:RadContextMenu>
  
     </telerik:RadXmlHttpPanel>
        </div>
        </telerik:RadPane>
 </telerik:RadSplitter>
</telerik:RadAjaxPanel>


the version of the control is 2011.1.519.35
and there is not  javascript errors in the page.........
0
trampt
Top achievements
Rank 1
answered on 28 Oct 2011, 05:48 AM
ths for your answer
there is some javascript error in the page.
the problem has been Solved
Tags
Splitter
Asked by
trampt
Top achievements
Rank 1
Answers by
Dobromir
Telerik team
trampt
Top achievements
Rank 1
Share this question
or