mojira.dev
MC-70314

Tab list is case sensitive

Holding tab shows a list of players. But the lowercase names come after the uppercase names. A case insensitive tab list would be more convenient for finding players.

Attachments

Comments 4

Technically, adding case-sensitivity is a way of sorting, which can be useful. Strings are case-sensitive by default. It just looks like Jeb forgot to put equalsIgnoreCase(str); and rather he put equals(str);

Here is a screenshot of the tab list. As you can see, the lowercase names come after the uppercase ones. c's should go after b's regardless of case.

I think it's more intuitive to sort case-insensitively, I've been tripped up numerous times by this.

Is this still an issue in the latest snapshot 16w44a? If so please update the affected versions.

This is an automated comment on any open or reopened issue with out-of-date affected versions.

Alex Sweeney

(Unassigned)

Confirmed

Minecraft 1.8-pre3, Minecraft 1.11.2

Minecraft 1.13

Retrieved