Welcome Guest Search | Active Topics | Sign In | Register

Splitter and/or SplitterPane not working on Firefox... Options
ddurango
Posted: Tuesday, June 9, 2009 2:17:18 PM
Rank: Member
Groups: Member

Joined: 11/16/2007
Posts: 18
I have the EO.Web Controls Suite (2007.2) My Splitter works fine on IE-X but It does not work on Firefox. Is there something wrong with my code??? or do I need and Update (I bought the suite a year ago) now that I'm using it I don't know if you have made any updates for it....

The following code is good on IE but on firefox the right panel appears on top of left panel

<form id="form1" runat="server">
<asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager>
<div id="main" style="vertical-align:top; width:auto; height:auto; margin-top: 0px;">
<eo:Splitter id="Splitter1" runat="server"
BorderColor="Transparent"
BorderStyle="None"
BorderWidth="0px"
ControlSkinID="None"
DividerImage="~/images/divider.gif"
DividerSize="7"
Height="840px"
Width="980">
<eo:SplitterPane id="SplitterPane1" runat="server" Height="100%" Width="440px"
MaxWidth="440" MinWidth="440" BackColor="Transparent" ScrollBars="None">
LEFT PANEL
</eo:SplitterPane>
<eo:SplitterPane id="SplitterPane2" runat="server" Height="100%" ScrollBars="None">
RIGHT PANEL
</eo:SplitterPane>
</eo:Splitter>
</div>
</form>

Thanks in advance!!!
eo_support
Posted: Tuesday, June 9, 2009 2:46:00 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

You do need to update your version. We have fixed some Splitter in the past and the latest version does work well on FireFox. The only problem I can see in your code is that you have both MaxWidth and MinWidth set to the same value (440) for your first splitter pane. That makes it impossible to resize the splitter.

You can update to either 2008 or 2009. 2008 is free for you since it was released within your free upgrade period. Please let us know if you wish to try that out so that we can send you the download location for 2008. Note this option does not cover any of the new controls in the new version.

An upgrade order is needed if you wish to upgrade to 2009. The main benefit for this option is that it does not only upgrade you to the latest version, but also give you all the new controls released in the new version (Editor, SpellChecker, ColorPicker, FileExplorer, ImageZoom, Downloader, Floater). So if you are interested in any of these new controls, this option may be better for you. An upgrade order also gives you another year of free upgrade period. The cost for this option is $150.

Thanks!
ddurango
Posted: Tuesday, June 9, 2009 3:00:50 PM
Rank: Member
Groups: Member

Joined: 11/16/2007
Posts: 18
Yes I would like to update to 2008 first. now I have the MaxWitdh and MinWidth set to the same so the user don't resize the splitter.
eo_support
Posted: Tuesday, June 9, 2009 3:10:33 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

Not a problem at all. We have sent you the download location for 2008 via private message.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.