Closed
Bug 6283
Opened 26 years ago
Closed 25 years ago
(feature) minor problems with Save/Save As
Categories
(Core :: DOM: Editor, defect, P3)
Core
DOM: Editor
Tracking
()
VERIFIED
FIXED
M15
People
(Reporter: sujay, Assigned: sfraser_bugs)
References
Details
using 5/11 build of apprunner.
the following Save/Save as features needs to be implemented/completed:
Save (HTML document only)
Save As (HTMl document only)
editor ownership model
Hookup XP Save dialog thru XUL
Use dialog to save off document
Updated•26 years ago
|
Assignee: kostello → sfraser
Target Milestone: M6
Comment 1•26 years ago
|
||
Assigning to Simon, setting milestone to M6.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M6 → M8
Assignee | ||
Comment 2•26 years ago
|
||
Save and Save As work, and the XP save dialog works now.
What does not work is:
1. Open a doc, then save. You get the file dialog: 6345
2. No option to save as plain text.
Assignee | ||
Updated•25 years ago
|
Target Milestone: M8 → M9
Assignee | ||
Comment 3•25 years ago
|
||
M9
save sort of works xp now, with one little problem.
all files seem to have an extra <stlye> tag. here is the head of a file i
saved from the editor. (everything else is valid html.)
------SNIP--------------------
<!-- This page was created by the Gecko output system. -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>Ender HTML Test Page</title>
<style type="text/css">
<!-- Don't set attributes here, or they can't be changed!-->
</style>
<style></head>
<body>
------------------------------
ooooooh. also, the comment in the style tag should be delimited by /* and */,
as required by the css spec.
Assignee | ||
Comment 6•25 years ago
|
||
kin, are you responsible for that style stuff?
Summary: (feature) Save/Save As feature needs to be completed → minor problems with Save/Save As
Target Milestone: M9 → M10
moving to M10, changed summary to reflect partial completion of original task.
Assignee | ||
Comment 9•25 years ago
|
||
I fixed the style comment in the .html file. There is still some feature work
left here, though.
Assignee | ||
Comment 10•25 years ago
|
||
M11
Assignee | ||
Updated•25 years ago
|
Target Milestone: M11 → M15
Assignee | ||
Comment 11•25 years ago
|
||
Remaining probs can be fixed post beta.
Updated•25 years ago
|
Summary: minor problems with Save/Save As → (feature) minor problems with Save/Save As
Comment 12•25 years ago
|
||
spam: added self to cc list as this might affect my test area.
Assignee | ||
Comment 13•25 years ago
|
||
Testing...
Assignee | ||
Comment 14•25 years ago
|
||
I don't believe there are any remaining problems here, except for bug 30100
which I filed on charley.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•