Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 4.1
-
Fix Version/s: EE-4.1.0.RC1, EE-4.1.0.GA, 4.2.BETA, 4.2
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces 4 trunk r47603 Tomcat 8, all browsers.
Description
When adding a border to an ace:pushButton via the styleClass attribute, the border width is not sized appropriately unless an exact width is included in the styleClass. If no width is specified the border stretches across the page.
Example:
<style type="text/css">
.customStyle {
border: 25px double green !important;
}
</style>
See screenshot noWidth.png
Example:
<style type="text/css">
.customStyle {
border: 25px double green !important;
}
</style>
See screenshot noWidth.png
Issue Links
- blocks
-
ICE-11009 Render 'style' attribute on main element instead of root container
-
- Closed
-
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Field | Original Value | New Value |
---|---|---|
Attachment | noWidth.PNG [ 22076 ] |
Description |
When adding a border to an ace:pushButton via the styleClass attribute, the border width is not sized appropriately unless an exact width is included in the styleClass. If no width is specified the border stretches across the page.
See screenshot noWidth.png |
When adding a border to an ace:pushButton via the styleClass attribute, the border width is not sized appropriately unless an exact width is included in the styleClass. If no width is specified the border stretches across the page.
Example: <style type="text/css"> .customStyle { border: 25px double green !important; } </style> See screenshot noWidth.png |
Attachment | noWidth.PNG [ 22077 ] |
Attachment | noWidth.PNG [ 22077 ] |
Fix Version/s | EE-4.1.0.GA [ 12171 ] |
Assignee | Arturo Zambrano [ artzambrano ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Fix Version/s | EE-4.1.0.BETA [ 13072 ] |
Fix Version/s | 4.2.BETA [ 13091 ] | |
Fix Version/s | 4.2 [ 12870 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |