-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.9.2, 6.10.0 Beta3
-
None
I have a GridView that displays a list of Images, which are loaded asynchronously. But the images always pop up in reverse order (from bottom to top).
After a quick inspection of the source code, it seems caused by queued jobs being popped from the back:
As there is only one thread processing local files, the job is always finished in reverse order.
A multithreaded image provider may mitigate the issue, but won't solve it, as the jobs always come in reverse order.