Closed
Bug 242262
Opened 21 years ago
Closed 21 years ago
[Mv1.7rc1] Unexpected alert after Save As (HTML only, or Full)
Categories
(SeaMonkey :: Download & File Handling, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 240367
People
(Reporter: sgautherie, Unassigned)
References
()
Details
(Keywords: helpwanted, regression)
[Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7b) Gecko/20040316] (W98SE)
No bug.
[Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7b) Gecko/20040421] (<-- 1.7rc1 !)
(W98SE)
1. Load the URL
2. Save As (HTML Only, or Full; but not Text Files)
3. I get an alert: Title = "Saving enter_bug.cgi.htm"; Message =
"bugzilla.mozilla.org".
+(K) Regression
I tracked it down to
{{ <nsProgressDialog.js, line 266>
onStatusChange: function( aWebProgress, aRequest, aStatus, aMessage ) {
// Check for error condition (only if dialog is still open).
if ( aStatus != Components.results.NS_OK ) {
if ( this.loaded ) {
// Get prompt service.
var prompter = Components.classes[
"@mozilla.org/embedcomp/prompt-service;1" ]
.getService(
Components.interfaces.nsIPromptService );
// Display error alert (using text supplied by back-end).
var title = this.getProperty( this.saving ? "savingAlertTitle" :
"openingAlertTitle",
[ this.fileName() ],
1 );
prompter.alert( this.dialog, title, aMessage );
}}
where
|aStatus == 2152398856| (== 0x804b0008). (Tested with 'www.astral-finance.fr')
I guess that this value is either
{{
<http://lxr.mozilla.org/seamonkey/source/netwerk/base/public/nsITransport.idl#165>
const unsigned long STATUS_READING = 0x804b0008;
}}
or
something from <http://lxr.mozilla.org/seamonkey/source/xpcom/base/nsError.h#154>.
Same with <http://fr.biz.yahoo.com/paris.html>,
<http://www.astral-finance.fr/Divers/Indices.asp> ...
But not with <about:>(XHtml).
Reporter | ||
Comment 1•21 years ago
|
||
+(F) blocking1.7=?, as this looks unprofessional, and the message is meaningless
anyway !!
Flags: blocking1.7?
Keywords: helpwanted
Comment 2•21 years ago
|
||
*** This bug has been marked as a duplicate of 240367 ***
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Comment 3•21 years ago
|
||
verified. yes it sucks that rc1 was released with this bug, but there's nothing
we can do about it now... rc2 will have it fixed.
Status: RESOLVED → VERIFIED
Flags: blocking1.7?
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•