Ripcord Dev Logo Ripcord Development — View Ticket Login or Create Account
Ticket UUID: 41ffdcfc4facc1c64d829b26cbebe6719410bfa7
Title: Tag suggestion list is not sorted logically/selects wrong entry
Status: Open Type: Bug
Severity: Minor Priority: Low
Subsystem: Discord Resolution: Open
Last Modified: 2020-11-25 15:45:48
Version Found In: 0.4.27
phoenix6162020-11-25 15:44:59

When trying to tag/ping a user the suggestion list seems to either be sorted backwards/non-logically or select the wrong entry (first one instead of last one).

This has the effect that when you type e.g. @Xyz the two users abcxyz and xyzabc will get suggested in that order with abcxyz being selected even though xyz would match that tag more exactly (as xyz is at the beginning of the name, not the end).

Example:

Two solutions would be possible:

  • Sort the list so that the first entries are the ones that match the input from the start
  • Sort the list so that the last entry get selected and that the last one matches the input from the start (seems to sort it like that currently which makes more sense from a UI/UX perspective as the bottom entry is closer to the input than the top one)
phoenix6162020-11-25 15:45:48

Apparently this markdown doesn't support images, here was the link: https://i.phoenix616.dev/fP4nSybi.png