-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: Apache Flex 4.13.0
-
Fix Version/s: Apache Flex 4.14.0
-
Component/s: Spark: List
-
Labels:None
The order of the existing selected indices is reversed each time a item is selected or deselected.
In spark.components.list.as, the function calculateSelectedIndices at line 1646, the loop is using splice to rebuild the selected indices. This is reversing the order of the previously selected indices before adding the new item. The loop should be using push to preserve the original order.