[richfaces-issues] [JBoss JIRA] Created: (RF-5264) progressBar: setValue('maxValue') works incorrectly

Tatyana Romanovich (JIRA) jira-events at lists.jboss.org
Fri Dec 5 12:00:38 EST 2008


progressBar: setValue('maxValue') works incorrectly
---------------------------------------------------

                 Key: RF-5264
                 URL: https://jira.jboss.org/jira/browse/RF-5264
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.3.0
            Reporter: Tatyana Romanovich
            Assignee: Nick Belaevski
         Attachments: progressBar.gif

1. Create any test page with rich:progressBar component
<rich:progressBar id="pg1" minValue="0" maxValue="5" value="3" value="3" enabled="false"	/>	
<a4j:commandLink value="setValue(5)" onclick="$('formId:pg1').component.setValue('5')" />
2. Run application, open test page
RESULT: progressBar with value 3 is correctly displayed
3. Call setValue(5) command
FAILURE: only 5% of progressBar is filled

		
					

-- 
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