Collection - image render bug
I have a CollectionWidget in an Mashup which shows things. Than I made Mashups for selected and unselected entries on which the thingname is passed. After the Loaded the GetAvatarURL() is called which puts the thing avatar to an image widget, therefore i now see the thing avatar on each collection entry.
But now when I change the selection sometimes the picture of another avatar is shown as avatar.
For example I have Machines "Square","Circle" and "Triangle".
Collection:
"Square"
"Square"
"Circle" --> Selected
"Square"
"Triangle"
When I now select the second entry which is a "Square" thing, the avatar of "Circle" is shown/rendered on this item.


The difference between red and black square is just a css style for blackandwhite. But as you can see the Thingsymbol changed to the avatar of the squarething 😞
What should/can i do now to fix this behaviour? For me it seems like a rendering latency which is causing this problem.

