Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.1-Beta2, 3.0.RC1
-
Component/s: ACE-Components
-
Labels:None
-
Environment:IE Browsers
-
Assignee Priority:P1
Description
When using multi column sorting for an ace:dataTable it doesn't work correctly in IE browsers. Sorting the first column works fine. If a user then sorts another column while holding the "Ctrl" key it sorts the next column but also changes the sort order for the first column, this displaying in correct results.
This issue is reproducible on the 3.0 showcase demo with the main ace:dataTable sample. If you sort on Accel and then MPG the first column sort order gets reversed.
This issue is reproducible on the 3.0 showcase demo with the main ace:dataTable sample. If you sort on Accel and then MPG the first column sort order gets reversed.
Activity
Arran Mccullough
created issue -
Arran Mccullough
made changes -
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [5007000000JOfkj] |
Arran Mccullough
made changes -
Assignee | Ken Fyten [ ken.fyten ] |
Ken Fyten
made changes -
Fix Version/s | 3.0 [ 10241 ] | |
Assignee Priority | P1 | |
Assignee | Ken Fyten [ ken.fyten ] | Nils Lundquist [ nils.lundquist ] |
Nils Lundquist
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Fix Version/s | 3.0.RC2 [ 10313 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Fixed with commit r26818 - Fix for filtering in IE browsers. JS dom element references were stale in IE browsers, solution was to search the fresh elements in the dom referenced by the stale ID.