Opened 3 years ago

Closed 3 years ago

#12460 closed Bug report (fixed)

File sorting preference (case sentisive vs case insensitive) is reversed

Reported by: php4fan Owned by:
Priority: normal Component: FileZilla Client
Keywords: Cc:
Component version: 3.53.1 Operating system type: Linux
Operating system version: openSUSE Tumbleweed

Description

Under Edit -> Settings -> Interface -> File lists

there's a setting called "Name sorting mode".

It has several possible values, among which:

  • case sensitive
  • case insensitive

These are reversed, meaning that if you select one the other will be used and viceversa.

Consider a directory listing with these filenames:

ax, Ay, bx, By.

"Case sensitive" mode will sort them as:
ax
Ay
bx
By

"Case insensitive" mode will sort them as:
Ay
By
ax
bx

It should obvioulsy be the other way round.

Change History (1)

comment:1 by Tim Kosse, 3 years ago

Resolution: fixed
Status: newclosed

Thanks, a fix has been committed to the repository and will be included in the next version.

Note: See TracTickets for help on using tickets.