Yup, you are correct. Anyway, I think I pulled and built with your changes and then ran the test app you put in this thread, and I got '4' twice. Shouldn't it return 3?
I think the issue is in "addItemsToView" where it checks sort position before checking if the object is filtered out, but I want to make sure, if your test app works for you, what code paths it is going down to work correctly. -Alex On 5/19/13 3:43 PM, "Justin Mclean" <[email protected]> wrote: >Hi > >> OK. I will dig deeper. BTW, Couldn't you have just changed the main app >> to call >> new ArrayCollection(players.slice()); > >Wouldn't that just make a shallow copy and not get around the >modification issue? > >Thanks, >Justin
