Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More
Archived

ignore case sort file:///

cor-el replied
bygabyga

Is it possible to make Firefox sort files and folders by ignoring upper/lower case in file:/// ? Like Opera's file:/// sorts files in a human readable way.

Is it possible to make Firefox sort files and folders by ignoring upper/lower case in file:/// ? Like Opera's file:/// sorts files in a human readable way.

All Replies (2)

I hadn't noticed this before because I use NoScript and scripts are disabled on file:/// URLs. If I enable scripts and reload...

The column headings (Name, Size, Date) are clickable for sorting. On Windows, clicking the "Name" heading sorts like Windows Explorer: folders first, then files, all case insensitive. What happens on Linux?

That should work as the sorting is done via toLowerCase()

See line 382:

  • chrome://global/skin/dirListing/dirListing.css

Modified by cor-el