Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Browser: Firefox 3.x
Language Found: English
Description
Steps to reproduce:
mySort = new Sort();
mySort.setStyle("locale", "fr_FR");
mySortField = new SortField();
mySortField.setStyle("locale", "fr_FR");
mySort.fields = [ mySortField ];
myArrayCollection.sort = mySort;
Actual Results:
myArrayCollection sorts items in Unicode code order.
Expected Results:
myArrayCollection should be sorted in fr_FR (French spoken in French) order.
Workaround (if any):
Set style parent.