I am displaying a table. Each row has an image icon, loaded from an URL.
Since downloading images synchronously blocks the UI, I\'ve implemented am asynchronous way
I've noticed this behavior, too.
The only general solution I could find is to disable cell reuse.