estanglerbm opened a new issue #980: URL: https://github.com/apache/royale-asjs/issues/980
Spark List doesn't actually apply the specified Sort until something like a dataProvider.refresh() happens. mx:ListCollectionView.initialized() calls refresh(), which applies the sort, for example. Is the MXML compiler not calling initialized() on components? Attached test case utilizes Spark bead CollectionChangeUpdateForArrayListData (from pull req #972) for the Refresh button to work. [TestSparkListSort.mxml.txt](https://github.com/apache/royale-asjs/files/5635829/TestSparkListSort.mxml.txt) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
