Actions
Bug #21441
closedProgress bar tooltip should list all counts
Status:
Resolved
Priority:
Normal
Assigned To:
Category:
Workbench2
Target version:
Story points:
-
Release:
Release relationship:
Auto
Description
I'm looking at the progress bar for a workflow with 228 steps. 227 steps have completed and 1 step is still running, as a result, the progress bar looks solid green, because you can't see the 1 running step. Unfortunately, hovering over the green part also only gives the count of the completed steps. It should give the count for all the steps, e.g. the tooltip for every part of the progress bar should say:
227 Completed, 1 Running
Updated by Peter Amstutz about 1 year ago
- Status changed from New to In Progress
21441-progress-tooltip @ 8bcea9479f65602bff315bd0f636ff8d1f1a375d
- All agreed upon points are implemented / addressed.
- yes, this simply adjusts it to have a single tooltip over the whole progress bar with all the non-zero counts included in the string.
- Anything not implemented (discovered or discussed during work) has a follow-up story.
- n/a
- Code is tested and passing, both automated and manual, what manual testing was done is described
- tests pending
- Documentation has been updated.
- n/a
- Behaves appropriately at the intended scale (describe intended scale).
- no change
- Considered backwards and forwards compatibility issues between client and server.
- n/a
- Follows our coding standards and GUI style guidelines.
- yes
Updated by Peter Amstutz about 1 year ago
- Status changed from In Progress to Resolved
Actions