Open
Bug 483193
Opened 16 years ago
Updated 2 years ago
Downloaded files don't inherit NTFS compression properties from parent folder/directory
Categories
(Toolkit :: Downloads API, defect)
Tracking
()
NEW
People
(Reporter: whimboo, Unassigned)
References
Details
+++ This bug was initially created as a clone of Bug #224692 +++
Given by bug 224692 comment 92 the compression settings from the parent folder
aren't inherited when downloading a file. That happens because after the
download completes, the file is being moved from the download temp directory
and the compression properties aren't updated.
Steps to Reproduce:
1. Create a folder on the same partition where the temp directory resists
2. Create a download folder and add the compression flag to the folder properties.
3. Download a file to that directory and see that it doesn't inherit the
setting.
Updated•8 years ago
|
Product: Core → Firefox
Version: Trunk → unspecified
Works fine with Nightly 58.0a1 on Win10 RS3.
Component: File Handling → Downloads API
Product: Firefox → Toolkit
Download file to the NTFS compressed or encrypted Downloads folder, the inherit works fine, with Fx4.0.1 on Win10 RS3.
Comment 3•2 years ago
|
||
In the process of migrating remaining bugs to the new severity system, the severity for this bug cannot be automatically determined. Please retriage this bug using the new severity system.
Severity: major → --
You need to log in
before you can comment on or make changes to this bug.
Description
•