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
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
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
|
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 | #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 |