Closed
Bug 104220
Opened 24 years ago
Closed 23 years ago
Shorten long title names when saving files on a Mac
Categories
(Core Graveyard :: File Handling, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
Future
People
(Reporter: TucsonTester2, Assigned: law)
Details
Build ID: 20011009
On a Mac composer does not save a document as an html file if you have long
title names.
Reproducible: Always
Steps to Reproduce:
1.Open Composer
2.Click on the save button
3.At the title prompt window type in: This is a very long page title to use
4.Click ok and click save
5.Open the file you just saved in the browser or composer
Actual Results:
Composer will alert you that the type of page you are opening can not be edited.
Then it will prompt you to download the file. In the browser it will prompt you
to download the file.
Expected Results:
I would expect that Composer would shorten the title of the html document so
that the html extension could be added to the end of the file name.
reassigning to browser for triage. this is a general problem in file picker.
Assignee: syd → asa
Component: Editor: Composer → Browser-General
Target Milestone: --- → Future
Comment 2•24 years ago
|
||
We have a component for this called "File Handling".
Assignee: asa → law
Component: Browser-General → File Handling
QA Contact: sujay → sairuh
Comment 3•24 years ago
|
||
Hrm, well the correct solution is to implement long filename support.
The limit on HFS+ volumes on mac os 9 and X is 255 chars, not the old 32 char
limit, except that we don't support the right APIs yet.
Is this bug then to do truncation for title's > 255 chars (which presumably
applys XP on Windows and Unix too) or is it INVALID or WONTFIX ?
Comment 4•24 years ago
|
||
Confirming, I see this problem on both OSX and OS 9.1.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 5•24 years ago
|
||
If this is just to support longer file names on Mac, isn't it a dupe of bug 89064?
Updated•23 years ago
|
QA Contact: sairuh → petersen
Long file names work in Mach-O.
If you prefer to call this an OS 8/9 problem, it should either be duped to bug
95481 or marked WONTFIX.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
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
•