Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.8RC2
-
Component/s: ICE-Components
-
Labels:None
-
Environment:All
Description
Test Case: A dataTable has a checkbox in one column. When this box is checked it allows the other values in the row to be edited. When an input component is set and the user selects a different row to edit, the value from the first row is applied to the second row. This can also happen the other way (second row affects the first row). This issue only occurs with ICEfaces 1.8 RC#2.
Issue Links
- blocks
-
ICE-4066 panelTabSet ignore parent's rendered attribute when put in UISeries component
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [500700000080VCi] |
Attachment | Case8066Example.war [ 11614 ] |
Summary | input component values being applies to all rows in a dataTable | input component values being applied to all rows in a dataTable |
Fix Version/s | 1.8 [ 10161 ] | |
Assignee Priority | P1 | |
Assignee | Arturo Zambrano [ artzambrano ] |
Attachment | Case8066Example.zip [ 11626 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #18646 | Wed Mar 25 10:26:21 MDT 2009 | adnan.durrani | Fix for |
Files Changed | ||||
![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #18647 | Wed Mar 25 10:37:23 MDT 2009 | adnan.durrani | Backporting fix for |
Files Changed | ||||
![]() |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Summary | input component values being applied to all rows in a dataTable |
REGRESSION of |
Assignee Priority | P1 |
Fix Version/s | 1.7.3 [ 10162 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #18758 | Mon Apr 06 12:21:53 MDT 2009 | adnan.durrani | Fix for The fix of |
Files Changed | ||||
![]() ![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #18759 | Mon Apr 06 13:01:50 MDT 2009 | adnan.durrani | Backporting fix for The fix of |
Files Changed | ||||
![]() ![]() |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee | Arturo Zambrano [ artzambrano ] |
Steps to reproduce issue:
1. Select first rows checkbox.
2. Add "One Two" to inputTextarea and "Three Four" to inputText components.
3. Un-check the first rows checkbox.
4. Check the second rows checkbox.
5. The values from the first row are applied to the second.