Closed
Bug 87926
Opened 24 years ago
Closed 24 years ago
Image saving fails
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: rocko1, Assigned: asa)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.1) Gecko/20010607
BuildID: 2001060703
Search for a group, and click on a result, the link is somthing like this:
javascript:openNewWindow(1074);
Then a new window with an imgae appears. If I want to save the image, all I get
is a file wich content is the following:
<html>
<head>
<---meta-tags--->
<title>---</title>
</head>
<frameset rows="100%,0%,0%" border="0" frameborder="0" framespacing="0"
framecolor="Black">
<frame name="mainframe" src="Main.html" marginwidth="0" marginheight="0"
scrolling="auto" frameborder="0" noresize>
<frame name="actionframe" src="Action.html" marginwidth="0" marginheight="0"
scrolling="no" frameborder="0" noresize>
<frame name="hframe" src="hframe.html" marginwidth="0" marginheight="0"
scrolling="no" frameborder="0" noresize>
</frameset>
<noframes>
<body background="Images/Background.gif" text="#1F5BA3">
<script language="JavaScript">
<!--
top.location = "Main.php";
//-->
</script>
<font face="Verdana" size="2">Please click <a href="main.html">here</a> to
enter the site.</font>
</body>
</noframes>
</html>
With other imgages of the site (advertising) is everything ok.
Other Browsers like Netscape 4.76, Opera saves the Image.
Reproducible: Always
Steps to Reproduce:
1.www.coveruniverse.com
2.search for a Band
3.click on a result
4.try to save the image )right click -> save image as,...
Actual Results: A file will be saved, but its content is html stuff.
Expected Results: save the picture as seen on screen,...
| Assignee | ||
Comment 2•24 years ago
|
||
Worksforme with 062615 mozilla win32 build on win2K and win98. I searched for a
band, clicked on the result then right-clicked save as the image and the image
was saved fine.
Worksforme with the steps described. I'm using build 2001062704, Win 95. If you
are still seeing this with a newer nightly build please reopen.
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•