Details
- 
        Type:
 Bug
            
         - 
        Status: Closed
 - 
            Priority:
 Major
                
             - 
            Resolution: Invalid
 - 
            Affects Version/s: EE-2.0.0.GA, 3.0, EE-3.0.0.BETA
 - 
            Fix Version/s: EE-3.0.0.GA
 - 
            Component/s: Framework, ICE-Components
 - 
            Labels:None
 - 
            Environment:IE7/8
 
- 
                        Workaround Exists:Yes
 - 
                        Workaround Description:Set the style in a styleClass
 
Description
                    For a forms clear button functionality the it will call UIInput.resetValue() for the inout fields object.  Calling this method in IE7/8 causes the values that are applied to the components style attribute to be cleared or ignored.  In other browsers they are kept.  
In testing this in firefox I noticed that a cursor:wait was being applied to the input fields style attribute when the commandButton was clicked. Possibly this is the cause of the issue due to a known issue with JSF updating styles dynamically in IE7/8.
In testing this in firefox I noticed that a cursor:wait was being applied to the input fields style attribute when the commandButton was clicked. Possibly this is the cause of the issue due to a known issue with JSF updating styles dynamically in IE7/8.
Steps to reproduce: