I have a fix for a bug (FLEX-34101), related to ListCollectionView. I'd
like to submit a patch but I can't find unit tests for that class or any of
the collections code. Do tests exist or is it just the Mustella tests?
Peter
I have a fix for a bug (FLEX-34101), related to ListCollectionView. I'd
like to submit a patch but I can't find unit tests for that class or any of
the collections code. Do tests exist or is it just the Mustella tests?
Peter
The change is very simple:
https://github.com/peterjoel/flex-sdk/commit/cf597a5bb548bd3b82830573f58031c539289aeb#diff-4d5aeaf88d407ba618ef8cec016c0443L1213
But the surrounding code is a bit hard to understand, and I'm unclear on
what the original intent was, as it didn't make much sense. I am not