[richfaces-issues] [JBoss JIRA] Created: (RF-2495) InputNumberSlider: Handle is out of sync when embedded in tabpanel

Michael Haug (JIRA) jira-events at lists.jboss.org
Thu Mar 13 06:45:01 EDT 2008


InputNumberSlider: Handle is out of sync when embedded in tabpanel
------------------------------------------------------------------

                 Key: RF-2495
                 URL: http://jira.jboss.com/jira/browse/RF-2495
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.0
         Environment: RF 3.2.0.CR2, JBoss 4.2.0, IE6
            Reporter: Michael Haug


1. Use the following facelet for testing:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:c="http://java.sun.com/jstl/core"
      xmlns:ui="http://java.sun.com/jsf/facelets"
      xmlns:h="http://java.sun.com/jsf/html"
      xmlns:f="http://java.sun.com/jsf/core"
      xmlns:rich="http://richfaces.ajax4jsf.org/rich">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>SliderTest</title>
  </head>
  <body>
    <f:view>
      <h:form>    
        <rich:tabPanel switchType="client">
          <rich:tab label="First">
            Here is tab #1
            <rich:inputNumberSlider value="10" />            
          </rich:tab>
          <rich:tab label="Second">
            Here is tab #2
            <rich:inputNumberSlider value="20" />            
          </rich:tab>
        </rich:tabPanel>
        <h:commandButton action="submit" value="Submit" />
      </h:form>  
    </f:view>
  </body>
</html>

2. Select the second tab:
Handle is out of sync with the input field (handle=0, input field=20)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list