[ 
https://jira.jboss.org/browse/RF-9882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ilya Shaikovsky updated RF-9882:
--------------------------------

        Summary: progressBar: should display "finish" when value >= maxValue 
and initial when value < minValue.  (was: progressBar: should display "finish" 
when value >= maxValue)
    Description: 
now condition is just > for max
and <= for min.

why: 1) 100% already means that process done normally. and we should not wait 
for 101% to be sure. 2) process could be started but it could be so long that 
current progress will be 0% some time. And that's normal.

Additionally: progressBar should not send any requests in initial state. Only 
when it switched to progress state by changing value to minValue or more and 
having it enabled.

  was:now condition is just >



> progressBar: should display "finish" when value >= maxValue and initial when 
> value < minValue.
> ----------------------------------------------------------------------------------------------
>
>                 Key: RF-9882
>                 URL: https://jira.jboss.org/browse/RF-9882
>             Project: RichFaces
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>          Components: component-output
>    Affects Versions: 4.0.0.Milestone4
>            Reporter: Ilya Shaikovsky
>            Assignee: Nick Belaevski
>            Priority: Minor
>             Fix For: 4.0.0.Milestone5
>
>
> now condition is just > for max
> and <= for min.
> why: 1) 100% already means that process done normally. and we should not wait 
> for 101% to be sure. 2) process could be started but it could be so long that 
> current progress will be 0% some time. And that's normal.
> Additionally: progressBar should not send any requests in initial state. Only 
> when it switched to progress state by changing value to minValue or more and 
> having it enabled.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to