mrkgnao: My library sorting (by title) is also somewhat messed up, but not entirely.
Within a GOG library page (i.e. 100 games) the order is fine, but the order of pages is lost.
Here is the order I see:
- page 1
- page 4
- page 5
- page 2
- page 7
- page 3
- page 6
- page 8
- page 9
- page 11
- page 10
- page 12
Could it be that BE is sending one page at a time to the wiki, but the pages arrive in a different order?
Wishlist is sorted fine (by title), but probably because I have less than one page there.
This sounds a bit like some of the problems I had with my search script returning things in the right order. For me it was because the AJAX requests didn't always take the same amount of time (so page 4 might finish before page 2 despite page 2 having started first). I ended up having to get all my results and then sort them manually, but I'm not sure if the same thing could be done in this case.
If that is the problem then perhaps just waiting till the previous request returns before doing a new one might work?