Impossible to visually separate determinate and indeterminate ProgressBars where showProgressPercentage is false
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
Fix Committed
|
High
|
Zoltan Balogh | ||
ubuntu-ui-toolkit (Ubuntu RTM) |
Fix Released
|
High
|
Zsombor Egri |
Bug Description
Reproduce:
I want to create a indeterminate ProgressBar where showProgressPer
See test case [1].
What happens:
It is not possible to separate these ProgressBars:
ProgressBar {
…
…
}
ProgressBar {
…
value: 0
…
}
What should happen:
A indeterminate progress bar without any text (see [2]) should not be identical to a determinate progress bar at 0% without any text.
If this was by design, it can be noted in the docs [3] to avoid confusion.
[1] http://
[2] http://
[3] https:/
Related branches
- ubuntu-sdk-build-bot: Approve (continuous-integration)
- Cris Dywan: Approve
-
Diff: 215 lines (+95/-64)3 files modifiedexamples/ubuntu-ui-toolkit-gallery/ProgressBars.qml (+13/-4)
src/Ubuntu/Components/1.3/ProgressBar.qml (+4/-2)
src/Ubuntu/Components/Themes/Ambiance/1.3/ProgressBarStyle.qml (+78/-58)
summary: |
Impossible to visually separate determinate and indeterminate - ProgressBar without showProgressPercentage + ProgressBars where showProgressPercentage is false |
Changed in ubuntu-ui-toolkit (Ubuntu RTM): | |
importance: | Undecided → High |
status: | New → In Progress |
Changed in canonical-devices-system-image: | |
status: | Confirmed → In Progress |
Changed in canonical-devices-system-image: | |
milestone: | 13 → backlog |
Changed in canonical-devices-system-image: | |
status: | In Progress → Fix Committed |
As the new designs call for such a progress bar, I'm elevating this bug to CDSI. Fix should be trivial (just revert to the old indeterminate visual).