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
Arturo Zambrano
created issue -
Arturo Zambrano
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Arturo Zambrano [ artzambrano ] |
Arturo Zambrano
made changes -
Fix Version/s | 4.1.1 [ 12972 ] |
Arturo Zambrano
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
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
|
Ken Fyten
made changes -
Affects Version/s | 3.3 [ 10370 ] | |
Affects Version/s | 4.1 [ 11375 ] |
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 |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
r47059: fix to append specified styleClass to the default root CSS class