1 Reply Latest reply on Dec 6, 2010 7:20 AM by raphaufrj

    PanelBar reRendering in Chrome and Safari

    raphaufrj

      Hey Richfaces Experts,

       

      I have one page in my webapp where I show a result in panelBar way. This component actually works fine in Mozilla Firefox 3+ and IE 8. However, today I realize that the same page does not work in Chrome and Safari browsers. If I change from PanelBar to DataTable, everything works fine in all browsers.

       

      These fragments are my xhtml page:

       

      {code:xml}

      <a4j:commandButton id="find"
                          value="#{messages['btn.buscar']}"
                          onclick="this.disabled=true;"
                          oncomplete="this.disabled=false; onCompleteFindButton('+ Expandir Filtros');"
                          action="#{controleOSAction.search}"
                          reRender="resultTable,panelNavigation"
                          styleClass="pressenter"/>

      {code}

       

      {code:xml}

       

      <h:panelGroup id="resultTable" layout="block"
                  style="width:100%; height:420px; overflow-y: auto; overflow-x: auto; display: visible;padding:0px">
                      <rich:panelBar id="panelBarResultTable" selectedPanel="novalue">
                          <!-- hide -->


              
                      </rich:panelBar>
                  </h:panelGroup>

       

      {code}

       

       

      I'm using richfaces 3.3.0 GA. Is it a bug? Should I open in JIRA?

       

      Thanks,