Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.7.1
-
Fix Version/s: 1.8.2-EE-GA_P01, 1.8.3
-
Component/s: ICE-Components
-
Labels:None
-
Environment:Windows XP SP2
Java(TM) SE Runtime Environment (build 1.6.0_04-b12)
ICEfaces 1.7.1
Build number: 6
Revision: 16923
-
Assignee Priority:P2
-
ICEsoft Forum Reference:
Description
The resizable attribute of the ice:datatable does not render resizable columns generated by the ice:columns tag.
Reason: The processUIColumnsHeader method of com.icesoft.faces.component.ext.renderkit.TableRenderer does not implement the adding of resizehandlers.
For an example see the forum-reference.
Reason: The processUIColumnsHeader method of com.icesoft.faces.component.ext.renderkit.TableRenderer does not implement the adding of resizehandlers.
For an example see the forum-reference.
Activity
| Field | Original Value | New Value |
|---|---|---|
| Salesforce Case | [] | |
| Fix Version/s | 1.8.2-EE-GA_P01 [ 10220 ] | |
| Fix Version/s | 1.8.3 [ 10211 ] | |
| Assignee Priority | P2 | |
| Assignee | Adnan Durrani [ adnan.durrani ] |
| Issue Type | Bug [ 1 ] | Improvement [ 4 ] |
| Salesforce Case | [] |
| Salesforce Case | [5007000000Aqh8f] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #20889 | Tue Mar 09 14:28:49 MST 2010 | adnan.durrani | Fix for |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ext/renderkit/TableRenderer.java
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #20892 | Tue Mar 09 15:35:43 MST 2010 | adnan.durrani | Fix towards |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ext/renderkit/TableRenderer.java
|
| Status | Open [ 1 ] | In Progress [ 3 ] |
| Status | In Progress [ 3 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Assignee | Adnan Durrani [ adnan.durrani ] | Joanne Bai [ joanne_bai ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |

Optional requirement 2) It would be nice if the size of the actual column width could be read somehow and as well written by the program logic in order to store the size configured by the user and present it in the same way the next time he enters the corresponding view.