Details
- 
        Type:
 Bug
            
         - 
        Status: Closed
 - 
            Priority:
 Major
                
             - 
            Resolution: Fixed
 - 
            Affects Version/s: EE-3.3.0.GA_P03
 - 
            Fix Version/s: EE-3.3.0.GA_P04
 - 
            Component/s: ACE-Components
 - 
            Labels:None
 - 
            Environment:All
 
- 
                        Assignee Priority:P2
 - 
                        Support Case References:Support Case #13529 - https://icesoft.my.salesforce.com/5007000001KrBKy
 - 
                        Workaround Exists:Yes
 - 
                        Workaround Description:
 
Description
                    With the recent EE 3.3.0 P03 release the ace:progressBar no longer renders with a set/default height.  With this release the following CSS seems to be missing:
.ui-progressbar {
height: 2em;
}
.ui-progressbar-value{
height: 100%;
}
.ui-progressbar {
height: 2em;
}
.ui-progressbar-value{
height: 100%;
}
Attached test case source code and screen shots of this test case.