0 Replies Latest reply on May 20, 2010 3:42 AM by nikida78

    Scrollbar doesn't appear in panelBar (within tabPanel)

    nikida78

      Hi all,

       

      I'm fairly new in Richfaces and this is my first question here.

       

      I am putting some a panelBar into a tabPanel. When the browser window is too small, the scrollbar fails to appear in IE7. However, it works perfectly in FF3.5. However, if I resize the IE7 window, the scrollbar magically happens.

       

      I noticed this issue only happens when the panelBar is within a tabPanel. Anyone knows I can force the scrollbars to appear in IE7?

       

      Here is are snippets of the code:

       

      <rich:tabPanel switchType="client">

      <rich:tab label="First">

      <rich:panelBar id="mapItemPanel" height="300px">

      <rich:panelBarItem label="First" id="firstItem">

      <h:panelGroup id="editPlatformPanel" style="display: block;" rendered="true">

      Insert very long long text here....

      </h:panelGroup>

      </rich:panelBarItem>

      </rich:panelBar>

      </rich:tab>

      </rich:tabPanel>

      Thank you very much!!!
      Nik