Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.7DR#1
-
Component/s: ICE-Components
-
Labels:None
-
Environment:All
-
Support Case References:
Description
Using the 'cellspacing' attribute in <ice:dataTable> doesn't pass its value to the markup. The value of the 'cellspacing' attribute in the <table> element is always '0' no matter what numerical value one specified in the jspx document for <ice:dataTable>.
Activity
| Field | Original Value | New Value |
|---|---|---|
| Support Case References | https://www.icesoft.ca:4443/supportilla/show_bug.cgi?id=4351 |
| Assignee | Adnan Durrani [ adnan.durrani ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #15303 | Wed Dec 05 11:32:22 MST 2007 | adnan.durrani | Fix for |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/renderkit/dom_html_basic/TableRenderer.java
|
| Status | Open [ 1 ] | In Progress [ 3 ] |
| Status | In Progress [ 3 ] | Resolved [ 5 ] |
| Fix Version/s | 1.7DR#3 [ 10112 ] | |
| Resolution | Fixed [ 1 ] |
| Priority | Major [ 3 ] | Minor [ 4 ] |
| Fix Version/s | 1.7 [ 10080 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Assignee | Adnan Durrani [ adnan.durrani ] |

This seems to be the same for any of the default attributes like i.e. bgcolor, cellspadding, etc.
If the table was scrollable that would be a correct behaviour, I guess since those attributes are pass-thru attributes.
But I think that in a none scrollable table the attribute's values should be applied?