-
Type:
Bug
-
Resolution: Timed out
-
Priority:
Low
-
None
-
Affects Version/s: 6.4.1
-
Component/s: User Interface
-
Severity 3 - Minor
Summary
When rendering an <aui-progress-indicator> as per https://docs.atlassian.com/aui/7.9.7/docs/progress-indicator.html, it displays as red when at 100%
Steps to Reproduce
There's likely other ways to reproduce, this is how we can do it repeatedly though:
- Upgrade to Atlassian Troubleshooting & Support Tools Plugin 1.13.0 or higher (available in MPAC)
- Create a support zip
- Wait for it to complete successfully
Expected Results
The completed bar appears in blue.
Actual Results
It appears in red, as per the screenshot.
Notes
It appears to be coming from here in the batched resources:
/* module-key = 'bamboo.web.resources.common:progress-bar', location = '/widget/progress-bar/progress-bar.less' */ .drag-handle { background: url(/bamboo/s/en_AU/60405/1/6.4.1/_/download/resources/bamboo.web.resources.common:progress-bar/../../../images/handle-repeatable.gif) repeat; cursor: move; width: 8px; } .aui-progress-indicator[data-value="1"] .aui-progress-indicator-value { background: #d04437; }
This works as expected on other products, hence raising an issue inside Bamboo.