[
https://jira.jboss.org/jira/browse/RF-5264?page=com.atlassian.jira.plugin...
]
Tatyana Romanovich commented on RF-5264:
----------------------------------------
There is the same error for setValue('minValue') , where minValue!=0
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