goindex icon indicating copy to clipboard operation
goindex copied to clipboard

Sorting of numbers in Firefox

Open necaran opened this issue 2 years ago • 2 comments

By default, files are sorted like this.

A01.txt
A02.txt
B01.txt
B02.txt

But in Firefox it became like this.

A02.txt
A01.txt
B02.txt
B01.txt

Somehow only the numbers are in descending order.

I am running version 2.0.8-darkmode-0.1, but I am experiencing the same issue on other people's sites.

necaran avatar Oct 18 '21 01:10 necaran

Same problem here

DestinoLol avatar Nov 07 '21 14:11 DestinoLol

repalce params.orderBy = "folder,name,modifiedTime desc"; with params.orderBy = "folder,name_natural,modifiedTime desc";

ThePhantom00 avatar Jul 19 '22 00:07 ThePhantom00