-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 6.2.X EE, 7.0.0 Beta 8
-
Fix Version/s: 6.2.X EE, 7.0.0 Beta 8
-
Component/s: ~ [Archived] Frontend Infrastructure
-
Labels:
-
Branch Version/s:6.2.x
-
Backported to Branch:Committed
-
Git Pull Request:
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.