Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Buscar en Ayuda

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

ignore case sort file:///

  • 2 respuestas
  • 1 tiene este problema
  • 2 visitas
  • Última respuesta de cor-el

more options

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.

Todas las respuestas (2)

more options

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?

more options

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

See line 382:

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

Modificadas por cor-el el