Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

ignore case sort file:///

  • 2 ответа
  • 1 имеет эту проблему
  • 3 просмотра
  • Последний ответ от 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.

Все ответы (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

Изменено cor-el