3 Replies Latest reply on Apr 29, 2008 12:09 PM by abelevich

    richfaces 3.2.0 GA: rich:comboBox and scrolling

    m.a.knapp

      I've encounterd the following problem:
      rich:comboBox is not scrolled

      Sample code:

       <rich:panel style="width:500px; height:300px; overflow:scroll" >
       <a4j:outputPanel layout="block" style="width:1000px; height:600px;" >
       <h:outputText value="ComboBox Scroll Bug" />
       <rich:comboBox>
       <f:selectItem itemValue="option1" itemLabel="option1" />
       <f:selectItem itemValue="option2" itemLabel="option2" />
       <f:selectItem itemValue="option3" itemLabel="option3" />
       </rich:comboBox>
       </a4j:outputPanel>
       </rich:panel>
      


      Is this a bug ?

      Best regards, Michael Knapp