[richfaces-issues] [JBoss JIRA] Created: (RF-10409) ProgressBar: using defaults(min and max) breaks component look and feel

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Wed Feb 2 10:13:39 EST 2011


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

        


More information about the richfaces-issues mailing list