PDA

View Full Version : [OPEN] Sorting the guild member list alphabetically doesn't work correctly



EctoRune
09.01.14, 06:15
When sorting guild members by name, the list for some reason goes from a-z and then from a-z again.

http://i.imgur.com/PxIXfro.png

It looks like a mergesort algorithm which missed the last merge... Quite embarrassing for you guys.

EctoRune
02.02.14, 07:19
So, no acknowledgement at all.

Could you either explain to me how this is intended behaviour, or put it on the confirmed bugs list? Thanks.

Benedicter
02.02.14, 08:01
Its also at the guild/friends avatar list below star menu, names starting with capital letters are before ones starting with small letters.
But don't ask me why :p

MOD_Daz
02.02.14, 10:21
If you look at the ASCII table,
A-Z is 65 - 90
a-z is 97 - 122

which means that "a" comes after "Z"

PChamps
02.02.14, 11:21
If you look at the ASCII table,
A-Z is 65 - 90
a-z is 97 - 122

which means that "a" comes after "Z"

That does not make it right. I hate trying to find a specific person on my friends list as they sort first in level and then this crazy A-Z to a-z. Needs to be redone

BB_Ravel
04.02.14, 13:45
This bug has been inserted into our database.

Thank you for bringing it to our attention!