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

Splitter Width Issue Only In Firefox

2 Answers 27 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Steve
Top achievements
Rank 1
Steve asked on 16 Dec 2012, 04:51 AM

I have an odd issue I cannot resolve and hoping for the experts there to please assist.

Using Telerik AJAX tools, I have a vertically oriented slide-out menu which works perfectly on IE, Chrome, Safari, Opera - but on Firefox the slide-out menu appears at the far right just beyond the available browser width so it's mostly not visible off to the right side. 

It used to work on Firefox perhaps a year ago but I've upgraded the latest Telerik AJAX tools and it doesn't seem to work anymore.  For what it's worth, I'm using Firefox v12.x but haven't upgraded, as far as I can recall, from an earlier version.
 
It's complicated to give you a working code example so I've attached a simple graphic which illustrates the issue visually.

My code, taken some time ago from one of your forums, is this:

<telerik:RadSplitter ID="RadSplitter1" runat="server" Width="100%" VisibleDuringInit="False"
  Orientation
="Vertical" Height="700px" BorderSize="0" >

   <telerik:RadPane ID="RadPane1" Runat="server" Width="25px" BackColor="#CCCCFF">

      <telerik:RadSlidingZone ID="RadSlidingZone1" runat="server" BackColor="#CCCCFF" Width="22px" >

         <telerik:RadSlidingPane ID="RadSlidingPane1" runat="server" Title=" SYSTEM MENU " Width="185px"
          BackColor
="#CCCCFF" ResizeText="None" Scrolling="None" EnableDock="False">

                  ' Now we have some simple LinkButtons for menu items here...

         </telerik:RadSlidingPane>                                    

      </telerik:RadSlidingZone>

   </telerik:RadPane>

 </telerik:RadSplitter>

I am hoping there is a simple solution which I can use to adjust for this or rectify it.  I have looked for a week through the forums and couldn't find an exact match to my issue.

Please advise, thanks,
Steve
 

2 Answers, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 19 Dec 2012, 03:22 PM
Hi Steven,

I tried to reproduce the described issue with the provided code snippet but to no avail. For your convenience I am sending my test page - please, examine it and see whether there is something I may be leaving out. Could you reproduce the issue with it in your browser version? I was able to test it only in the latest version of Firefox, and if you are able to reproduce it with the attached page, the problem most probably is caused by a browser behavior, which is already fixed.

If you are not able to reproduce the issue with the provided page - could you modify it to a point where the problem occurs and send it back so I could examine it locally?

Regards,
Vesi
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
Steve
Top achievements
Rank 1
answered on 21 Dec 2012, 09:30 PM
Hi Vesi,

I very much appreciate your digging into trying to duplicate it.  I have done more work on it and find it may be a combination effect with (1) Master Pages, (2) Tables and (3) the RadSplitter but I don't want to ask for your time until, and unless, I can further pin it down to a specific code example I can send you.

It's the oddest thing as it all works beautifully on on IE, Opera, Safari and Chrome but FireFox is unhappy with it...

You folks have GREAT tools which perform quite well and I'm a tough one to convince after 30 years in the business so I do tell all friends and anyone who is interested to check you out!

Have a happy and safe holidays and I'll be back one way or another on this one, once I can provide clearer details or share an "ooops, my bad"... :).

Thanks,
Steve
Tags
Splitter
Asked by
Steve
Top achievements
Rank 1
Answers by
Vessy
Telerik team
Steve
Top achievements
Rank 1
Share this question
or