Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > PanelBar > PanelBar / Scrolling don´t work on Firefox 5

Not answered PanelBar / Scrolling don´t work on Firefox 5

Feed from this thread
  • GlobalBit avatar

    Posted on Jul 27, 2011 (permalink)

    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

    Reply

  • Kate Kate admin's avatar

    Posted on Jul 28, 2011 (permalink)

    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.

    Reply

  • Dave McCall avatar

    Posted on Aug 25, 2011 (permalink)

    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>
    

    Reply

  • Posted on Sep 14, 2011 (permalink)

    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

    Reply

  • App Visible avatar

    Posted on Feb 7, 2012 (permalink)

    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. 

    Reply

  • Kate Kate admin's avatar

    Posted on Feb 13, 2012 (permalink)

    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 >>

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > PanelBar > PanelBar / Scrolling don´t work on Firefox 5
Related resources for "PanelBar / Scrolling don´t work on Firefox 5"

[  ASP.NET PanelBar Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer  |  Step-by-step Tutorial  ]