[richfaces-issues] [JBoss JIRA] Created: (RF-5320) inputNumberSlider: incorrect slider position with rich:tabPanel

Tsikhon Kuprevich (JIRA) jira-events at lists.jboss.org
Wed Dec 10 12:04:49 EST 2008


inputNumberSlider: incorrect slider position with rich:tabPanel
---------------------------------------------------------------

                 Key: RF-5320
                 URL: https://jira.jboss.org/jira/browse/RF-5320
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.3.0
         Environment: jsp
myfaces 1.2.5
tomcat 6
            Reporter: Tsikhon Kuprevich
            Assignee: Nick Belaevski


	<body topmargin=20 leftmargin=20>
	<h:form id="form">
		<rich:tabPanel switchType="client">
			<rich:tab label="First">
            Here is tab #1
            <rich:inputNumberSlider value="20" />
			</rich:tab>
			<rich:tab label="Second">
            Here is tab #2
            <rich:inputNumberSlider value="80" />
			</rich:tab>
		</rich:tabPanel>
		<h:commandButton action="submit" value="Submit" />
		<a4j:commandButton reRender="form" value="reRender"></a4j:commandButton>
	</h:form>
	</body>

Click on second tab
see image attached

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

        



More information about the richfaces-issues mailing list