Closed
Bug 115144
Opened 24 years ago
Closed 24 years ago
Save Page with Images doesn't convert image path used in .js file
Categories
(Core Graveyard :: File Handling, defect)
Tracking
(Not tracked)
VERIFIED
WONTFIX
People
(Reporter: bugzilla3, Assigned: adamlock)
Details
Attachments
(1 file)
|
10.53 KB,
application/x-zip-compressed
|
Details |
Build 2001121303, Win98. Download and unzip the attached testcase (html using a
javascript menu). Open index.html with Mozilla and save it as "web page,
complete" under the name "test" (for instance). Now open test.html and notice
that tridown.gif (the red dot on pull down menus) is not displayed. It is
(correctly) placed in the "test" directory but the browser expects it to be in
the path of test.html (one level higher).
IE5.5 is worse than Mozilla: it doesn't save tridown.gif at all.
I'm not a js expert, so please take into account that this testcase might not be
properly written.
->adamlock@netscape.com, according to Ben's suggestion in
http://bugzilla.mozilla.org/show_bug.cgi?id=114874#c39 (file is saved, the
reference in the file is incorrect).
Assignee: ben → adamlock
I'm going to mark this WONTFIX, because it is next to impossible to know that
some string "tridown.gif" in the JS refers to a URL so there is no way to fix it
up. This is always going to be a limitation of persisting an entire page and I'm
sure IE doesn't do it for the same reasons.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WONTFIX
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
•