Bamboo appears to be overriding the display of AUI progress indicator, making it red

XMLWordPrintable

    • 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:

      1. Upgrade to Atlassian Troubleshooting & Support Tools Plugin 1.13.0 or higher (available in MPAC)
      2. Create a support zip
      3. 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.

            Assignee:
            Unassigned
            Reporter:
            Dave C
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: