Closed
Bug 237106
Opened 21 years ago
Closed 21 years ago
stylesheets @import, background: url() not saved [File -- Save Page as... -- Web page, complete]
Categories
(Toolkit :: Downloads API, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 126309
People
(Reporter: mithgol, Assigned: bugs)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 Firebird/0.7
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 Firebird/0.7
[File -- Save Page as... -- Web page, complete] does not save:
1) Stylesheets imported in CSS [@import "...";]
2) Custom background images, attached by CSS [background: url(...);]
Locally saved webpage looks ugly when reopened from local drive.
Reproducible: Always
Steps to Reproduce:
1. Visit http://www.alistapart.com/articles/customunderlines/
2. Launch menu item File -- Save Page as... -- Web page, complete
3. Close the browser
4. Open locally saved HTML, feel the difference
Actual Results:
Page has gray backgound, its blocks are neither positioned, nor coloured.
Expected Results:
The software should have saved the page, including CSS and images in XXX_files,
replacing URLs in @import and url(..) by their local components.
100% reproduced in Firebird 0.7, Firefox 0.8.
A major feature is broken (I'll set MAJOR severity).
Comment 1•21 years ago
|
||
Did you search bugzilla before filing the bug?
*** This bug has been marked as a duplicate of 126309 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 2•21 years ago
|
||
I assumed that if it is not in meta bug 115634 yet... oh, never mind.
My Bugzilla search was
http://bugzilla.mozilla.org/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&field0-0-0=product&type0-0-0=substring&value0-0-0=Web&field0-0-1=component&type0-0-1=substring&value0-0-1=Web&field0-0-2=short_desc&type0-0-2=substring&value0-0-2=Web&field0-0-3=status_whiteboard&type0-0-3=substring&value0-0-3=Web&field1-0-0=product&type1-0-0=substring&value1-0-0=page&field1-0-1=component&type1-0-1=substring&value1-0-1=page&field1-0-2=short_desc&type1-0-2=substring&value1-0-2=page&field1-0-3=status_whiteboard&type1-0-3=substring&value1-0-3=page&field1-0-4=short_desc&type1-0-4=substring&value1-0-4=&field1-0-5=status_whiteboard&type1-0-5=substring&value1-0-5=&field2-0-0=product&type2-0-0=substring&value2-0-0=complete&field2-0-1=component&type2-0-1=substring&value2-0-1=complete&field2-0-2=short_desc&type2-0-2=substring&value2-0-2=complete&field2-0-3=status_whiteboard&type2-0-3=substring&value2-0-3=complete
I guess it was just not thorough enough.
Apologies.
Updated•20 years ago
|
Status: RESOLVED → VERIFIED
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•