Let's say I have 3 rows with several items in them.
Each row item contains an image and 2 Labels.
Instead of adding the Poster and Labels via XML I add them to the item via m.top.createChild("Poster") and m.top.createChild("Label").
In some cases an item may have 1 or 2 labels, and in one case, no label.
On initial load everything looks ok. But once you focus on a row and then move to another and start scrolling back and forth the content from other items start replacing/appending (kind of random) each other. I dropped the opacity of the poster out of curiosity and also notice that other items posters are being created below the correct poster.
If I add the Poster via XML with an id of poster, and target it via m.poster = m.top.findNode("poster") the image issue does not happen.
This is also the case with the Labels but it adds a snafu as I will have other visual items such as episode flags and duration markers which will also jump around if I don't default add them to the components children.
Unfortunately I can't share a screenshot due to an NDA with my client.
Hopefully I've explained my issue well enough.
Tyler Smith