Opened 12 years ago
Closed 11 years ago
#7624 closed feature (fixed)
Progressbar: Support value: false for indeterminate progressbar
Reported by: | Scott González | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | 1.10.0 |
Component: | ui.progressbar | Version: | 1.8.15 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
We had previously said that indeterminate progress bars should be a separate widget. However, there is a common enough use case where you may want to start providing feedback about that a task has started before you know the actual progress. In this case you may want to start with an indeterminate progress bar and switch to a determinate progress bar as soon as you have enough information to provide details. In order to support this, we will allow the value option to be set to false to indicate that the progress bar should be indeterminate.
Change History (9)
comment:1 follow-up: 5 Changed 12 years ago by
Priority: | minor → blocker |
---|---|
Status: | new → open |
comment:2 Changed 11 years ago by
comment:3 Changed 11 years ago by
In fact, no, indeterminate progress bars should not move from 0-100%, only determinate progress bars should do that. See http://wiki.jqueryui.com/ProgressIndicator Section 1 for more info.
comment:5 follow-up: 6 Changed 11 years ago by
Replying to scott.gonzalez:
A bit of clarification:
- Can you switch between false and a numeric value and back again?
- How do you see the graphic being specified for the indeterminate state? (Would this be passed in as an option? Would we simply apply a user defined class name maybe specified in the options. Or apply a predetermined class name or style?)
comment:6 Changed 11 years ago by
Replying to richwag:
- Can you switch between false and a numeric value and back again?
Yes, all widgets allow changing any option at any time.
- How do you see the graphic being specified for the indeterminate state? (Would this be passed in as an option? Would we simply apply a user defined class name maybe specified in the options. Or apply a predetermined class name or style?)
Unknown. Perhaps just adding a class that defaults to a slanted stripe background. We need to discuss this with the design team.
comment:7 Changed 11 years ago by
Milestone: | 1.9 → 1.next |
---|
comment:8 Changed 11 years ago by
Milestone: | 1.next → 1.10.0 |
---|
comment:9 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
Progressbar: Add ability to set value: false for an indeterminate progressbar. Fixes #7624 - Progressbar: Support value: false for indeterminate progressbar
Changeset: d3bc471688047d3c2dda3335dd642b724794070b
Looking at picking this up. Is there any spec as to what an "indeterminate" toolbar should do or look like? Some simply move from 0-100% continuously.