Details
- 
        Type:
 Bug
            
         - 
        Status: Closed
 - 
            Priority:
 Major
                
             - 
            Resolution: Fixed
 - 
            Affects Version/s: 3.0.1, EE-3.0.0.GA
 - 
            Fix Version/s: 3.2
 - 
            Component/s: ACE-Components
 - 
            Labels:None
 - 
            Environment:Chrome. Firefox, Internet Explorer. Tomcat 7, ICEfaces 3.0.1
 
- 
                        Assignee Priority:P2
 
Description
                    styleClass and style for ace:PushButton is not applied properly across different browsers.
To reproduce add the following CSS class to our showcase:
.testStyle
{
background-color: red;
letter-spacing: 5px;
}
You will notice that:
1. In Chrome only background-color is applied.
2. IE& FF display both styles.
Screenshot demonstrating this is attached.
To reproduce add the following CSS class to our showcase:
.testStyle
{
background-color: red;
letter-spacing: 5px;
}
You will notice that:
1. In Chrome only background-color is applied.
2. IE& FF display both styles.
Screenshot demonstrating this is attached.
Issue Links
- depends on
 - 
            
        
        ICE-8171
        Implement resource ordering based on declared resource interdependencies
    
-         
     - Closed
 
 -         
 
Introduced resource dependency metadata (along with resource ordering provided by
ICE-8171fix) that enforces the correct ordering of CSS resources.