Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
6.2.X EE, 7.0.0 Beta 8
-
6.2.x
-
Committed
Description
Make AUI Progress Bar responsive.
Currently the progress bar width can be set to a percentage but the width of the progress indicator is set in px and is calculated based on the current width of the progress bar. This causes an issue when a window is resized because the progress bar's width changes with the window but the progress indicator does not causing an inaccurate representation of the actual progress percentage.