#2862 closed Defect (wontfix)
Should format file sized with power-1,000 on Snow Leopard
Reported by: | dethbunny | Owned by: | dethbunny |
---|---|---|---|
Priority: | Low | Milestone: | None Set |
Component: | Mac Client | Version: | 1.83 |
Severity: | Minor | Keywords: | mac interface |
Cc: |
Description
On Snow Leopard, Apple has shifted to displaying file sizes in multiples of 1,000 instead of the traditional 1,024. In order to maintain consistency with the other file sizes users are likely to see, it is a good idea to format numbers in the same manner.
Attached is a diff of NSStringAdditions.m that changes the behavior on Snow Leopard (and later) while using the old system on Leopard.
Attachments (1)
Change History (4)
Changed 12 years ago by dethbunny
comment:1 Changed 12 years ago by dethbunny
- Status changed from new to assigned
comment:2 Changed 12 years ago by livings124
- Resolution set to wontfix
- Status changed from assigned to closed
I appreciate the patch, but Apple isn't even consistent with what they use across the system. At least for now I would rather just keep it as-is.
comment:3 Changed 12 years ago by dethbunny
I would suggest a toggle preference for this, but it would be pointless clutter to the UI. From that angle, I agree with your point.
Can you name any inconsistencies in Snow Leopard w/r/t this? It seems relatively consistent to me, but I'll admit I haven't gone looking for exceptions.
patch to update units used