Closed
Bug 81772
Opened 24 years ago
Closed 24 years ago
Saving to root directory chops first character from filename
Categories
(Core Graveyard :: File Handling, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: greenrd, Assigned: bryner)
References
()
Details
(Keywords: testcase)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux 2.4.4 i686; en-US; rv:0.9) Gecko/20010508
BuildID: 2001050822
The first character of a filename is chopped off if you try to save to the root
directory by manually editing the filename in the Save As dialog box.
Reproducible: Always
Steps to Reproduce:
1. Right-click on any image
2. Choose Save As
3. Type a / character at the start of the filename, to signify the root
directory, e.g. filename would be /mozilla-banner.gif
4. Press save.
Actual Results: File is saved as /ozilla-banner.gif
Expected Results: File should be saved as /mozilla-banner.gif
Comment 1•24 years ago
|
||
I see this on linux build 2001060811, but why would you want to run mozilla as
root anyways?
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 4•24 years ago
|
||
dr, can you take a look at this since bryner is on vacation? This sounds like
something good for limbo.
Assignee: bryner → dr
I'll see what I can do...
Status: NEW → ASSIGNED
Priority: -- → P2
Target Milestone: --- → mozilla0.9.3
the limbo stick was low. back to bryner.
Assignee: dr → bryner
Severity: normal → minor
Status: ASSIGNED → NEW
Priority: P2 → --
Target Milestone: mozilla0.9.4 → ---
| Assignee | ||
Comment 7•24 years ago
|
||
I'm not able to reproduce this on today's build.
+ testcaseKind of minor testcase, but what that is what QA is all about;
Keywords: testcase
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•