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
Arran Mccullough
created issue -
Arran Mccullough
made changes -
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [500700000080VCi] |
Arran Mccullough
made changes -
Attachment | Case8066Example.war [ 11614 ] |
Arran Mccullough
made changes -
Summary | input component values being applies to all rows in a dataTable | input component values being applied to all rows in a dataTable |
Ken Fyten
made changes -
Fix Version/s | 1.8 [ 10161 ] | |
Assignee Priority | P1 | |
Assignee | Arturo Zambrano [ artzambrano ] |
Arran Mccullough
made changes -
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 | ||||
MODIFY
/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/panelseries/UISeries.java
|
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 | ||||
MODIFY
/icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/panelseries/UISeries.java
|
Adnan Durrani
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Adnan Durrani
made changes -
Summary | input component values being applied to all rows in a dataTable |
REGRESSION of |
Adnan Durrani
made changes -
Ken Fyten
made changes -
Assignee Priority | P1 |
Ken Fyten
made changes -
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 | ||||
MODIFY
/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/panelseries/UISeries.java
MODIFY /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/paneltabset/PanelTabSet.java |
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 | ||||
MODIFY
/icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/paneltabset/PanelTabSet.java
MODIFY /icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/panelseries/UISeries.java |
Ken Fyten
made changes -
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.