Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Sorting of usernames is case-sensitive #9295

Closed
soundstorm opened this issue Dec 31, 2017 · 2 comments · Fixed by #9959
Closed

[BUG] Sorting of usernames is case-sensitive #9295

soundstorm opened this issue Dec 31, 2017 · 2 comments · Fixed by #9959

Comments

@soundstorm
Copy link
Contributor

Usernames can be chosen as mixed case strings, which results in an order of usernames like following (sidebar):
A
B
C
a
b
c

They should be up or downcasted before sorting.

@graywolf336
Copy link
Contributor

This is because we use JavaScript's default sort: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort

@rafaelks
Copy link
Contributor

rafaelks commented Apr 3, 2018

This is causing this weird sorting.

2018-04-03 15 39 58

@rafaelks rafaelks changed the title Sorting of usernames is case-sensitive [BUG] Sorting of usernames is case-sensitive Apr 3, 2018
@ggazzo ggazzo added the ui/ux label May 25, 2018
@ggazzo ggazzo added this to the 0.66.0 milestone May 25, 2018
@ggazzo ggazzo added this to Desireable in June/2018 via automation May 25, 2018
@ggazzo ggazzo moved this from Desireable to Review/QA in June/2018 May 28, 2018
June/2018 automation moved this from Review/QA to Closed Jun 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
June/2018
  
Closed
4 participants