Open
Bug 394278
Opened 18 years ago
Updated 2 years ago
Save Link As fails for Bugzilla query
Categories
(Toolkit :: Downloads API, defect)
Toolkit
Downloads API
Tracking
()
NEW
People
(Reporter: stephend, Unassigned)
Details
Attachments
(1 file)
663 bytes,
text/html
|
Details |
Build ID: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9a8pre) Gecko/2007082905 Minefield/3.0a8pre
Summary: Save Link As fails for Bugzilla query.
Steps to Reproduce:
1. Load the attached testcase.
2. Right-click the link and choose "Save Link As..."
Actual Results:
The download appears under "Active" but doesn't download.
Expected Results:
I think that the results of "buglist.cgi"'s output should be saved once loaded.
Reporter | ||
Comment 1•18 years ago
|
||
Reporter | ||
Updated•18 years ago
|
Flags: in-litmus?
Reporter | ||
Comment 2•18 years ago
|
||
Reporter | ||
Updated•18 years ago
|
Flags: in-litmus? → in-litmus+
Comment 3•17 years ago
|
||
Saving the bugzilla query results in a 500 byte download that doesn't stop but doesn't get any more data.. producing the following file. Perhaps webbrowserpersist doesn't like multipart data?
WARNING: YOUR BROWSER DOESN'T SUPPORT THIS SERVER-PUSH TECHNOLOGY.
--------- =_aaaaaaaaaa0
Content-Type: text/html
<html>
<head>
<title>Bugzilla is pondering your search</title>
</head>
<body>
<div style="margin-top: 15%; text-align: center;">
<center><img src="skins/custom/images/mozchomp.gif" alt="[munch] [munch]"></center>
<h1>Please wait while your bugs are <span style="color: gray;"><strike>munched</strike></span> retrieved.</h1>
</div>
</body>
</html>
Comment 4•17 years ago
|
||
well, it used to work... (and saved all parts in the file). what changed?
Keywords: regression
Comment 6•17 years ago
|
||
Still around.. loading the link and save page as works though.
OS: Windows Vista → All
Hardware: PC → All
Comment 7•17 years ago
|
||
Is this a regression? Firefox 2 shows the same behavior -- it only downloads the first part of the push-part.
Comment 8•17 years ago
|
||
Firefox 2 on windows and os x both have this problem.
Same thing for Camino.
Perhaps an issue with webbrowserpersist? -> Core/Docshell?
Reporter | ||
Updated•17 years ago
|
Keywords: qawanted,
regression
Assignee | ||
Updated•17 years ago
|
Product: Firefox → Toolkit
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•