Details
Description
TableRenderer puts always the hardcoded width 150px (Line: 659):
String width = "150px;";
if (isScrollable(uiComponent) &&
columnWitdths != null &&
columnWitdths.hasMoreTokens()) {
width = columnWitdths.nextToken();
}
String width = "150px;";
if (isScrollable(uiComponent) &&
columnWitdths != null &&
columnWitdths.hasMoreTokens()) {
width = columnWitdths.nextToken();
}
Issue Links
- blocks
-
ICE-4979
ArrayIndexOutOfBoundsException from TableRenderer.getWidthFromColumnWidthsArray
-
- Closed
-
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
| Field | Original Value | New Value |
|---|---|---|
| Salesforce Case | [50070000009f5Gc] |
| Affects Version/s | 1.8.1 [ 10170 ] |
| Attachment | Case8549Example.war [ 11911 ] |
| Fix Version/s | 1.8.2 [ 10190 ] | |
| Assignee Priority | P2 | |
| Assignee | Adnan Durrani [ adnan.durrani ] |
| Attachment | 3943-TableRenderer-UIColumns.patch [ 11933 ] |
| Status | Open [ 1 ] | In Progress [ 3 ] |
| Status | In Progress [ 3 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Resolution | Fixed [ 1 ] | |
| Status | Resolved [ 5 ] | Reopened [ 4 ] |
| Assignee | Adnan Durrani [ adnan.durrani ] | Yip Ng [ yip.ng ] |
| Assignee Priority | P2 | P1 |
| Status | Reopened [ 4 ] | Resolved [ 5 ] |
| Assignee Priority | P1 | |
| Resolution | Fixed [ 1 ] |
| Fix Version/s | 1.8.2-RC1 [ 10210 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |