Why is it that, when I have two lists, if I drag between the two of them, 
sometimes the 
itemRenderer will display data / colors from an incorrect item in the List.

For instance:

List A:
[ item 1 ]
[ item 2 ]

List B:
[ item 3 ]
[ item 4 ]

If I move [ item 2 ] to List b:

List A: 
[ item 1 ]

List B:
[ item 3 ]
[ item 4 ]
[ item 2 ]

Then I move [ item 4 ] to List A:

List A:
[ item 1 ]
[ item 4 ]

List B:
[ item 3 ]
[ item 2 ]

[ item 4 ] will display some properties that [ item 2 ] should have, seemingly 
because I put 
it in [ item 2 ]'s position in List A.

Is this common and is there something simple to fix this?

Reply via email to