3 Replies Latest reply on Jul 5, 2007 3:57 AM by scotth1

    dataInputSlider doesn't slide, value always sets to max-valu

    scotth1

      I'm using the dataInputSlider in a facelets client page;

      <a4j:form>
       <h:panelGrid columns="2">
       <h:outputLabel for="name" value="Name"/>
       <h:inputText id="name" value="#{Bean.Name}"/>
       <h:outputLabel for="secLevel" value="Security Level"/>
       <rich:inputNumberSlider id="secLevel" showToolTip="true" maxValue="3" minValue="1" value="#{Bean.securityLevel}"/>
       </h:panelGrid>
      
       <h:commandButton action="#{Bean.create}" value="Create..."/>
      </a4j:form>


      with ajax4jsf-1.1.1.jar richfaces-3.0.1.jar facelets-1.1.12 on Sun Java Application Server 9 Update 1 (JSF 1.2) using Firefox 2.0.0.4.

      When you click in slider, the value immediately moves to the max-value and then displays the tooltip for that value, moving the mouse does nothing. Entering a value in the input text box, moves the pointer to the correct position, it is as though it is receiving multiple events for the mousedown event....

      Anyone else seen this?

      Cheers
      Scott