Closed
Bug 256442
Opened 21 years ago
Closed 20 years ago
"File/Save Page As..." seems to not correctly save stylesheets.
Categories
(Core Graveyard :: File Handling, defect)
Tracking
(Not tracked)
RESOLVED
EXPIRED
People
(Reporter: norbert.notz, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Win95; en-US; rv:1.8a3) Gecko/20040816 Firefox/0.9.1+
Build Identifier: Mozilla/5.0 (Windows; U; Win95; en-US; rv:1.8a3) Gecko/20040816 Firefox/0.9.1+
"File/Save Page As..." seems to not correctly save stylesheets.
Reproducible: Always
Steps to Reproduce:
1. open http://germany.aldi.com/
2. click "File/Save Page As..."
3. make sure "Webpage, complete" is selected
4. confirm (to save the page to a lokal folder)
5. open the local copy
Actual Results:
The text is displayed with incorrect fonts. Just compare it with the original
online-version. It look likes style-sheets are not saved...
Expected Results:
The page should be displayed like the original version.
Comment 1•21 years ago
|
||
This also occurs on Moz 1.8a3
->Browser
Assignee: firefox → general
Component: General → Browser-General
Product: Firefox → Browser
QA Contact: firefox.general → general
Version: unspecified → Trunk
Comment 2•21 years ago
|
||
I'm taking the saved content frame as an example, in this location:
http://germany.aldi.com/start.html
The orginal source for the stylesheet links is this:
<link rel="STYLESHEET" type="text/css" href="css/default.css.php">
<link rel="STYLESHEET" type="text/css" href="css/netscape_pc.css">
The url for the first stylesheet is received with the mime-type "text/html".
Saving that page directly (not inside frames) doesn't show the bug. I get this
as saved source for the stylesheet links:
<link rel="STYLESHEET" type="text/css" href="start_files/default.htm">
<link rel="STYLESHEET" type="text/css" href="start_files/netscape_pc.css">
However, when I save the whole site http://germany.aldi.com/ , you get to see
this as source for that page:
<link rel="STYLESHEET" type="text/css" href="home_data/default.htm">
The file "default.htm" has been made by Mozilla, but the html file is already in
the "home_data" directory, so the stylesheet link is wrong.
<link rel="STYLESHEET" type="text/css" href="ALDI%20S%DCD_files/netscape_pc.css">
Mozilla has not made a directory called "ALDI%20S%DCD_files" and the file
"netscape_pc.css" does not exist this time.
You may also have a look at bug 256440 where another problem with the same
web-page is described.
Martijn Wargers:
You have set "Trunk". But I think it is not a trunk-only problem. But I have
only tested a latest-trunk version and 0.8; both versions have the problem. I
have not tested 0.9.
Updated•21 years ago
|
Assignee: general → file-handling
Component: Browser-General → File Handling
QA Contact: general → ian
Comment 5•21 years ago
|
||
WFM Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20041014
Firefox/0.10
Comment 6•21 years ago
|
||
I think the site has changed. I can't remember the site in that form. A testcase
needs to be made (based on comment 2) which triggers the bug.
Comment 7•20 years ago
|
||
This is an automated message, with ID "auto-resolve01".
This bug has had no comments for a long time. Statistically, we have found that
bug reports that have not been confirmed by a second user after three months are
highly unlikely to be the source of a fix to the code.
While your input is very important to us, our resources are limited and so we
are asking for your help in focussing our efforts. If you can still reproduce
this problem in the latest version of the product (see below for how to obtain a
copy) or, for feature requests, if it's not present in the latest version and
you still believe we should implement it, please visit the URL of this bug
(given at the top of this mail) and add a comment to that effect, giving more
reproduction information if you have it.
If it is not a problem any longer, you need take no action. If this bug is not
changed in any way in the next two weeks, it will be automatically resolved.
Thank you for your help in this matter.
The latest beta releases can be obtained from:
Firefox: http://www.mozilla.org/projects/firefox/
Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html
Seamonkey: http://www.mozilla.org/projects/seamonkey/
Comment 8•20 years ago
|
||
This bug has been automatically resolved after a period of inactivity (see above
comment). If anyone thinks this is incorrect, they should feel free to reopen it.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → EXPIRED
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
•