Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.2, EE-3.2.0.GA, 3.3
-
Fix Version/s: EE-3.3.0.GA, 4.0.BETA, 4.0
-
Component/s: ACE-Components
-
Labels:None
-
Environment:All
-
Assignee Priority:P1
-
ICEsoft Forum Reference:
-
Salesforce Case Reference:
Description
An ace:dataTable is set to be scrollable, has row selection enabled, and has pagination set. With this setup there are a few sceanrios that cause the columns to become misaligned when the first row is selected.
Scenario #1 Steps:
- Load dataTable with data.
- Select the first row.
- Click the button to reload this data. Columns become misaligned.
Scenario #2 Steps:
- Load table with data.
- Navigate to the second page via the paginator.
- Select the first row, columns become misaligned.
This seems to be related to the update when the row is selected. It also doesn't seem to matter if the ace:ajax tag is used or the rowSelectListener/rowUnselectListener methods are used.
Scenario #1 Steps:
- Load dataTable with data.
- Select the first row.
- Click the button to reload this data. Columns become misaligned.
Scenario #2 Steps:
- Load table with data.
- Navigate to the second page via the paginator.
- Select the first row, columns become misaligned.
This seems to be related to the update when the row is selected. It also doesn't seem to matter if the ace:ajax tag is used or the rowSelectListener/rowUnselectListener methods are used.
Activity
Field | Original Value | New Value |
---|---|---|
Attachment | Post21795Example.zip [ 15704 ] | |
Attachment | Post21795ExampleWAR.zip [ 15705 ] |
Affects Version/s | 3.2 [ 10338 ] |
Assignee | Nils Lundquist [ nils.lundquist ] | |
Fix Version/s | 3.4 [ 10770 ] | |
Assignee Priority | P2 [ 10011 ] |
Salesforce Case Reference | 5007000000T6aZfAAJ |
Fix Version/s | EE-3.3.0.GA [ 10572 ] |
Assignee Priority | P2 [ 10011 ] | P1 [ 10010 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #35580 | Thu May 23 21:35:13 MDT 2013 | nils.lundquist | |
Files Changed | ||||
![]() ![]() ![]() ![]() |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #35643 | Wed May 29 14:38:06 MDT 2013 | nils.lundquist | |
Files Changed | ||||
![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #35644 | Wed May 29 14:43:01 MDT 2013 | nils.lundquist | Revert: |
Files Changed | ||||
![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #35663 | Thu May 30 14:54:32 MDT 2013 | nils.lundquist | |
Files Changed | ||||
![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #35672 | Fri May 31 00:18:57 MDT 2013 | nils.lundquist | |
Files Changed | ||||
![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #35688 | Fri May 31 16:59:58 MDT 2013 | nils.lundquist | |
Files Changed | ||||
![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #36215 | Thu Jun 13 11:41:56 MDT 2013 | nils.lundquist | |
Files Changed | ||||
![]() |
Fix Version/s | 4.0 [ 11382 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Attached test case to reproduce issue with.