estanglerbm opened a new pull request #972:
URL: https://github.com/apache/royale-asjs/pull/972
Fixed several issues that made Spark List unusable with dynamically-changing
dataProviders:
o Fixed rendering problems in Basic VirtualListVerticalLayout (used by Spark
List) and MX VirtualDataItemRendererFactoryForXX classes, because they weren't
updating various things on dataProviderChange.
o Ported CollectionChangeUpdateForArrayListData bead to Spark, so Spark List
can update on collection changes.
```
<s:List ...>
<s:bead>
<sb:CollectionChangeUpdateForArrayListData />
</s:bead>
</s:List>
```
----------------------------------------------------------------
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]