Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.RC1
-
Component/s: ACE-Components
-
Labels:None
-
Environment:2.1 Nested Datatable Test, Tomcat 6
-
Assignee Priority:P1
Description
This JIRA captures explanations and exploration of fixes for bugs observed while the running and developing table-nesting tests.
Issue Links
- blocks
-
ICE-6997 New ace:dataTable Component
-
- Closed
-
Activity
Component/s | ACE-Components [ 10050 ] | |
Fix Version/s | 2.1-Beta [ 10291 ] | |
Affects Version/s | 2.1-Beta [ 10291 ] | |
Assignee | Nils Lundquist [ nils.lundquist ] |
Salesforce Case | [] | |
Assignee Priority | P1 |
Fix Version/s | 2.1 [ 10241 ] | |
Fix Version/s | 2.1-Beta [ 10291 ] |
Attachment | nesting_fix_-_patches_25836.patch [ 13620 ] | |
Attachment | DataTable.java [ 13621 ] | |
Attachment | UIData.java [ 13622 ] |
Comment |
[ After this patch is applied, the value of 'first' doesn't persist between the end of RenderResponse and the start of the next RestoreView. This breaks pagination. Pagination subsequent visitTree iterations will occur only for the first (and incorrect) page. This is because first is defaulting to 0 after being the correct value in the RenderResponse phase of the previous pagination The easiest way to see this is an example that includes editing and pagination, and noting that the editing feature works on the first page, but editing on the second page produces no change. ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Assignee Priority | P1 | |
Resolution | Fixed [ 1 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Attachment | Case10547Example.zip [ 13646 ] | |
Attachment | Case10547Example.war [ 13647 ] |
Attachment | nested-datatable-issue1.JPG [ 13648 ] | |
Attachment | nested-datatable-issue2.JPG [ 13649 ] | |
Attachment | nested-datatable-issue3.JPG [ 13650 ] |
Salesforce Case | [] | |
Assignee Priority | P1 |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Fix Version/s | 2.1-Beta2 [ 10294 ] |
Security | Private [ 10001 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Salesforce Case | [] | |
Fix Version/s | 3.0.RC1 [ 10300 ] | |
Fix Version/s | 2.1-Beta2 [ 10294 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #26651 | Wed Nov 30 13:27:06 MST 2011 | nils.lundquist | State saving issue for child data table remains. Workaround is to bind to a bean the properties of the child table. |
Files Changed | ||||
![]() ![]() ![]() ![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #26687 | Thu Dec 01 13:51:57 MST 2011 | nils.lundquist | |
Files Changed | ||||
![]() |
Fix Version/s | 3.0.RC1 [ 10300 ] | |
Affects Version/s | 3.0.RC1 [ 10300 ] | |
Affects Version/s | 2.1-Beta [ 10291 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #26729 | Fri Dec 02 15:36:56 MST 2011 | nils.lundquist | DataTable visitTree has also been altered to properly visit column children during non-iterative "row" visiting. |
Files Changed | ||||
![]() ![]() ![]() |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Fix Version/s | 3.0.RC1 [ 10300 ] | |
Fix Version/s | 3.0 [ 10241 ] | |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #26744 | Mon Dec 05 14:40:51 MST 2011 | nils.lundquist | |
Files Changed | ||||
![]() ![]() |
Fix Version/s | 3.0 [ 10241 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
First problem presenting in the test, are pagination buttons of a nested that either have no event bound, or whose responses perform no updates. Both are present in the current test.