Hi, > It might be easier to send me your SWF. Just compile the code below you'll need to test on both 4.9 and 4.10 to see the differences.
> I think I'm synced too, but we > are getting different results. When you say 4.10, I assume you mean the > develop branch? Yes the current develop branch. You'll need to recompile framework project before testing the sample application but I assume you know that. > For me, in moveItemsInView, you go into addItemsToView, > and it goes down the sort case and finds the item in localIndex, which > then causes it to be re-added to the localIndex. I think the logic is incorrect it treats an object as either filtered or sorted when it can be both, I've just checked in a fix to that issue but there may be another way of doing it. > AddItemsToView already has a filterFunction test in it Which is never called as we're changing an object's property not adding a new object. The event type is "update" not "add". The fix I just checked in also seems to fix the Mustella test but still a little confused to why that is - may just be a side effect? Thanks, Justin
