Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.3
-
Fix Version/s: 4.1.1
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Any
-
ICEsoft Forum Reference:
-
Workaround Description:Specify styleClass in a wrapper element and adjust CSS accordingly
Description
When specifying a styleClass value in ace:pushButton, the default value of the class attribute of the root div is replaced with the specified value instead of it being added to the default value, which is 'ice-pusbutton' and is necessary for all the related CSS to be applied to the button.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #47088 | Thu Feb 04 11:17:22 MST 2016 | ken.fyten | |
Files Changed | ||||
MODIFY
/icefaces4/branches/icefaces-4.1.1/icefaces/ace/component/src/org/icefaces/ace/component/pushbutton/PushButtonMeta.java
MODIFY /icefaces4/branches/icefaces-4.1.1/icefaces/ace/component/resources/icefaces.ace/pushbutton/pushbutton.js MODIFY /icefaces4/branches/icefaces-4.1.1/icefaces/ace/component/src/org/icefaces/ace/component/pushbutton/PushButtonRenderer.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #47059 | Tue Feb 02 11:38:53 MST 2016 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/pushbutton/PushButtonRenderer.java
|