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

PanelBar / Scrolling don´t work on Firefox 5

5 Answers 47 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
GlobalBit
Top achievements
Rank 1
GlobalBit asked on 27 Jul 2011, 05:22 PM
Hi

I have a panelbar with some dynamic controls and when the page loads, the scrollbar is rendered normally, but if i change to another panelbar without scrollbar and then comeback to the initial panelbar the scrollbar is not rendered.

I was looking in your samples and i found the same error here:

http://demos.telerik.com/aspnet-ajax/panelbar/examples/functionality/scrolling/defaultcs.aspx

This only happens in Firefox 5.0 using asp.net ajax controls Q2 2011

Thanks for your help

5 Answers, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 28 Jul 2011, 02:43 PM
Hi Globalbit,

Thank you for reporting this bug. I have already logged it in our internal system so that our development team can investigate the issue and fix it. I also updated your Telerik points.

All the best,
Kate
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Jamie
Top achievements
Rank 1
answered on 25 Aug 2011, 05:33 PM
I'm not sure this is the most elegant solution, but I needed something to make this work until Telerik has a chance to fix it. I hope this will also work for others. Perhaps someone will even be able to refine it to make it even better.

Add the following to the page that uses the panelbar and it should make the scrollbars work again:

  <script language="javascript" type="text/javascript">
  //<![CDATA[
    $telerik.$(document).ready(function () {
      $telerik.$(".RadPanelBar").delegate(".rpLink""click"function () {
        window.setTimeout("$telerik.$('.rpSlide').css('overflow', 'auto');$telerik.$('.rpGroup').css('height', 'auto')", 250);
      });
    });
  //]]>
  </script>
0
Accok5
Top achievements
Rank 2
answered on 14 Sep 2011, 04:11 PM
Having this issue too on FireFox 6.0.2

This workaround works for me. tough I had to raise the timeout to 500ms. Probably due to the complex layout of the page.

I filled a bug report and found this thread later, sorry about that.

Remco Ros
0
App Visible
Top achievements
Rank 1
answered on 07 Feb 2012, 08:18 AM
HI,
Is this issue solved in the new release of Telerik.I'm using ASP.NET AJAX Q3 2011 but still have the issue.Please let me know.Thanks. 
0
Kate
Telerik team
answered on 13 Feb 2012, 10:49 AM
Hello John,

The issue is fixed after the Q1 2012 Beta version of our controls. You can see the working demo here. However, since this week is the official release of the Q1 2012 you could wait till Thursday and download the latest dll files and give it a try.

All the best,
Kate
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
PanelBar
Asked by
GlobalBit
Top achievements
Rank 1
Answers by
Kate
Telerik team
Jamie
Top achievements
Rank 1
Accok5
Top achievements
Rank 2
App Visible
Top achievements
Rank 1
Share this question
or