Open
Bug 522937
Opened 16 years ago
Updated 3 years ago
empty files lack size in directory listings
Categories
(Core :: Networking, defect, P5)
Core
Networking
Tracking
()
NEW
People
(Reporter: peter+bmo, Unassigned)
Details
(Whiteboard: [necko-would-take])
Empty files lack size information in directory listings.
$ touch anemptyfile
$ firefox .
File: almostemptyfile 1 KB 02/13/06 05:22:56
File: anemptyfile 02/13/06 05:22:29
File: d 5 KB 02/13/06 01:09:59
It should say 0 KB.
(original bug is http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=352598)
Comment 1•16 years ago
|
||
This looks like a bug in nsIndexedToHTML::FormatSizeString() to me. Maybe nsIndexedToHTML::OnIndexAvailable() should pass along file type information?
Version: 3.5 Branch → Trunk
Comment 2•16 years ago
|
||
This probably belongs into Core: Networking, I think.
Component: File Handling → Networking
Product: Firefox → Core
QA Contact: file.handling → networking
Updated•10 years ago
|
Whiteboard: [necko-would-take]
Comment 3•8 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: -- → P5
Updated•3 years ago
|
Severity: minor → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•