Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.0
-
Fix Version/s: 3.1.0.BETA1, 3.1
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces3 Trunk Revision# 27255
Server: Tomcat 7.0.23
Browser: All (Confirmed on Chrome15, FF3.6, IE7, IE9)
-
Assignee Priority:P3
Description
When using multiple cell selection with ajax enabled the cells appear as though they are selected but only the last selected cell is displayed under the selection status. When using multiple cell selection with ajax disabled all of the cells selected are displayed correctly under selection status.
To reproduce:
1. Load Showcase app / navigate to ace:dataTable > Row Selector test
2. Select Multiple Cell selection mode and Instant Status Update via ajax (already enabled)
3. Click a cell, and then click another cell
Notice that only the last selected cell is displayed under the multiple cell selection status. If you repeat these steps without ajax the correct results can be seen.
To reproduce:
1. Load Showcase app / navigate to ace:dataTable > Row Selector test
2. Select Multiple Cell selection mode and Instant Status Update via ajax (already enabled)
3. Click a cell, and then click another cell
Notice that only the last selected cell is displayed under the multiple cell selection status. If you repeat these steps without ajax the correct results can be seen.
Issue Links
Activity
Cruz Miraback
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [] | |
Fix Version/s | 3.0.1 [ 10282 ] | |
Assignee Priority | P3 | |
Assignee | Nils Lundquist [ nils.lundquist ] |
Ken Fyten
made changes -
Salesforce Case | [] | |
Component/s | ACE-Components [ 10050 ] | |
Component/s | Sample Apps [ 10010 ] | |
Affects Version/s | 3.0 [ 10241 ] |
Nils Lundquist
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Salesforce Case | [] | |
Fix Version/s | 3.1 [ 10312 ] | |
Fix Version/s | 3.0.1 [ 10282 ] |
Ken Fyten
made changes -
Salesforce Case | [] | |
Security | Private [ 10001 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #28005 | Thu Feb 23 12:44:11 MST 2012 | nils.lundquist | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/dataTable/DataTableSelector.java
MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/dataTable/dataTableSelector.xhtml |
Nils Lundquist
made changes -
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #28321 | Wed Mar 14 11:55:51 MDT 2012 | nils.lundquist | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTable.java
MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTableDecoder.java ADD /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/model/table/CellSelections.java DEL /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/model/table/CellSelection.java MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTableMeta.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #28322 | Wed Mar 14 11:56:36 MDT 2012 | nils.lundquist | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/dataTable/DataTableSelector.java
|
Ken Fyten
made changes -
Fix Version/s | 3.1.0.BETA1 [ 10335 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Revision #27761 Committed by nils.lundquist
9 minutes ago
ICE-7672- Cell Selection Refactor & Enabling array generator component attributes.