Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Cannot Reproduce
-
Adobe Flex SDK Previous
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1.Sort array collection
2.invoke removeAll()
Actual Results:
error is thrown
Expected Results:
Remove all items from collection without need to reset sort
Workaround (if any):
collection.sort = null
collection.refresh()
collection.removeAll()