Did it go into a whole bunch of XMLListAdapter code? That's where I suspect the problem is. Or did you do a simple test of adding somehow to an XMLList without XMLListCollection being involved?
On 1/2/14 11:07 PM, "Justin Mclean" <jus...@classsoftware.com> wrote: >Hi, > >> Did you step into addItem? >Yep. The first item is added correctly as is the second but after the >second is added the original list changes. > >> Honestly, I'm not sure addItem of parented items is supposed to work. >Could see why that might be an issue, but I would expect the first list >to have less items not more in that case. > >Changing to use a for index loop rather than a for each loop fixes the >issue which to me indicates it a Flash Player issue related. > >The items are in the same order for a for each and the index loop and in >both cases it loops 3 times. > >Thanks, >Justin