6 Replies Latest reply on Feb 2, 2010 11:36 AM by repadit

    RF 3.3.0.GA: PickList: Scrolling issue with FF 3.6?

    repadit

      I'm using "rich:pickList". With FireFox 3.6 I not able to use the scollbar. I can only scroll with scrolling wheel only if I move my mouse over letters in the picklist and not over white spaces.

       

      Is there any known issue?

       

      <rich:pickList label="elements" listsHeight="280px" copyControlLabel="" copyAllControlLabel=""
                      removeAllControlLabel="" removeControlLabel="" required="#{required}"
                      requiredMessage="#{msg.error_is_missing}" showButtonsLabel="false" sourceListWidth="200px"
                      targetListWidth="200px" title="#{msg.title}" converter="javax.faces.Integer"
                      value="#{myBean.elements.selectedItemIds}">
                      <f:selectItems value="#{myBeans.elements.selectionList}"/>
                      <a4j:support event="onlistchanged" reRender="result"/>
                  </rich:pickList>

       

      Thanks a lot.