ProgressBar: using defaults(min and max) breaks component look and feel
-----------------------------------------------------------------------

                 Key: RF-10409
                 URL: https://issues.jboss.org/browse/RF-10409
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component-output
    Affects Versions: 4.0.0.Milestone5
            Reporter: Ilya Shaikovsky
            Assignee: Nick Belaevski


          <rich:progressBar mode="client" id="progressBar">
            <f:facet name="initial">
                <h:outputText value="Process doesn't started yet"/>
            </f:facet>
            <f:facet name="complete">
                <h:outputText value="Process Done"/>
            </f:facet>
          </rich:progressBar>
(from client mode showcase demo).

PB appears as completed.

<rich:progressBar mode="client" id="progressBar" value="-1"> - does not makes 
difference. 
So seems the problem in min and max. when them set - it appears in initial 
state with last definition.


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