Closed
Bug 120118
Opened 23 years ago
Closed 23 years ago
Save Page As fails to save html page (smoketest b.28)
Categories
(Core Graveyard :: File Handling, defect)
Core Graveyard
File Handling
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: tracy, Assigned: bugs)
References
Details
(Keywords: smoketest)
seen on commercial builds
windows 2002-01-15-06-trunk
mac 2002-01-15-03-trunk
-goto http://www.mozilla.org/mozorg.html
-Click File | Save Page As
-Save the page to the desktop
on windows the file is saved, but not as an html document, and the folder
containing a few files is also saved as expected.
on mac nothing is saved
on mac nothign is saved
Reporter | ||
Updated•23 years ago
|
Comment 1•23 years ago
|
||
methinks this should be ben's, but punt as needed... how is this on linux and
moz bits?
i'll also check once i get into the office...
Assignee: law → ben
Comment 2•23 years ago
|
||
fwiw, this appears to work fine with linux mozilla bits [2002.01.15.08].
Comment 3•23 years ago
|
||
i can repro this on mac os x --then again the bits are from 2002.01.15.03
[mozilla and comm]. i imagine builds before 8am will have this.
would it be possible to respin the mac os x and/or 9.x bits?
![]() |
||
Comment 4•23 years ago
|
||
This is broken for me with a linux build pulled at 9:37am pacific time on
2002-01-15.
Reporter | ||
Comment 5•23 years ago
|
||
this is fine on linux 2002-01-15-06-trunk
but it fails on mac osx 2002-01-15-03-trunk
Comment 6•23 years ago
|
||
tracy, could you repro this with the more recent [8am or later] builds? thx!
if those work, this could prolly be downgraded...although boris' experience is
rather odd...
Comment 7•23 years ago
|
||
oops, i meant to ask: tracy, could you test on post-8am win32 bits, if they exist?
![]() |
||
Comment 8•23 years ago
|
||
Oh, by the way. Saving HTML only (once the patch to make that work on Linux is
applied) works fine. It's just "Save Web Page, Complete" that fails.
It's saved "not as an html document". What *is* it?
Comment 10•23 years ago
|
||
In Build ID: 2002011503 on Windows 98, File | Save Page As is using the HTML
title as the filename again, while Save Link As is again using the filename as
the filename. Is that a separate issue from this bug?
Thank you.
![]() |
||
Comment 11•23 years ago
|
||
Yes. It is. That should be taken to the flame-hell that is the <title> bug.
Reporter | ||
Comment 12•23 years ago
|
||
this is still exhibiting the problem on depend build on windows
2002-01-15-09-trunk
Reporter | ||
Comment 13•23 years ago
|
||
the file gets save as a windows document entitled "mozilla.org at a glance"
it should be "mozilla.org at a glance.html"
Comment 14•23 years ago
|
||
fooey, still doesn't work on mac os x using 2002.01.15.12 mozilla bits.
strange that 'save as web page complete' wfm on linux. even stranger is when i
tried 'save as html only' --it still saved as if 'complete' [downloaded the
files into a blah_files dir]...
Comment 15•23 years ago
|
||
can we back out ben? Does that work?
Reporter | ||
Comment 16•23 years ago
|
||
it doesn't work on os9 2002-01-15-12 either.
Assignee | ||
Comment 17•23 years ago
|
||
This worksforme on Windows XP (using 9am bits).. saving mozilla.org as complete
or HTML only.
Comment 18•23 years ago
|
||
backing out
http://bonsai.mozilla.org/showcheckins.cgi?person=ben%25netscape.com&treeid=SeaMonkey
fixes the problem.
Comment 19•23 years ago
|
||
contentAreaUtils.js backed out. lowered severity to clear smoketest radar.
Severity: blocker → critical
Comment 20•23 years ago
|
||
Checking in contentAreaUtils.js;
/cvsroot/mozilla/xpfe/communicator/resources/content/contentAreaUtils.js,v <--
contentAreaUtils.js
new revision: 1.29; previous revision: 1.28
done
Assignee | ||
Comment 21•23 years ago
|
||
found out what this was. simple change.
from:
branch.setComplexValue("dir", fp.file);
to
branch.setComplexValue("dir", fp.file.parent);
Status: NEW → ASSIGNED
![]() |
||
Comment 22•23 years ago
|
||
*** Bug 120142 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 23•23 years ago
|
||
Fixed.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 24•23 years ago
|
||
verified fixed with commercial builds:
windows 2002-01-16-06-trunk
mac 2002-01-16-06-trunk
Status: RESOLVED → VERIFIED
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
•