Closed Bug 110502 Opened 23 years ago Closed 23 years ago

"Forward-inline" / "edit as new" does not bring up the compose window

Categories

(MailNews Core :: Composition, defect)

x86
All
defect
Not set
major

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: sheelar, Assigned: sspitzer)

References

Details

(Keywords: regression)

Attachments

(1 file)

Build: 2001-11-16-05 win98, linux


Forwarding a message inline broken on all machines. When you select a message 
and click on forward button with prefs set to forward inline the compose window 
never comes up. But forwarding as attachment seems to be working on win98

This problem is same on imap as well as pop accounts. 

Result: The compose window never comes up.  
Expected: compose window should open with the message and should be able to 
forward inline.
Keywords: nsbeta1, regression
Saving messages to the draft and template is working. I checked this on the imap 
account.  But cannot edit as draft when you click on the edit draft button.  
Cannot make changes to the template either.  So these two seems to be partly 
broken.  
No longer depends on: 110508
this is likely related to the standard url changes.
*** Bug 110532 has been marked as a duplicate of this bug. ***
Here is some console output I get when tryinf to forward:

WARNING: malformed uri, file C:\mozilla\moz\mozilla\mozilla\netwerk\base\src\nsU
RLParsers.cpp, line 157

###!!! ASSERTION: NS_ENSURE_TRUE(NS_SUCCEEDED(rv)) failed: '(!((rv) & 0x80000000
))', file C:\mozilla\moz\mozilla\mozilla\mailnews\base\util\nsMsgUtils.cpp, 
line 90

Unable to set the output stream for the mime parser...
could be failure to create internal libmime data
JavaScript error:
 line 0: uncaught exception: [Exception... "Component returned failure code: 0x8
000ffff (NS_ERROR_UNEXPECTED) [nsIMsgComposeService.OpenComposeWindow]"  nsresul
t: "0x8000ffff (NS_ERROR_UNEXPECTED)"  location: "JS frame :: chrome://messenger
/content/mailCommands.js :: ComposeMessage :: line 209"  data: no]
*** Bug 110592 has been marked as a duplicate of this bug. ***
*** Bug 110611 has been marked as a duplicate of this bug. ***
This is caused by bug 110508

*** This bug has been marked as a duplicate of 110508 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
sspitzer says this is not a dupe
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
not a dup.

fix in hand.
Assignee: ducarroz → sspitzer
Status: REOPENED → NEW
*** Bug 110582 has been marked as a duplicate of this bug. ***
Comment on attachment 58311 [details] [diff] [review]
fix,

r=bbaetz
Attachment #58311 - Flags: review+
fixed.

this has r=bbaetz, sr=bienvenu
Status: NEW → RESOLVED
Closed: 23 years ago23 years ago
Resolution: --- → FIXED
Summary: Forward-inline does not bring up the compose window → "Forward-inline" / "edit as new" does not bring up the compose window
*** Bug 110703 has been marked as a duplicate of this bug. ***
I don't think '-' is a valid scheme character either.

        if (!(nsCRT::IsAsciiAlpha(*scheme) ||
              nsCRT::IsAsciiDigit(*scheme) ||
'-' isn't alpha, so things will still fail.
'-' is valid.  see nsURLParsers.cpp, IsValidScheme().

for the conversation about '_' and '-' see, start here.

http://bugzilla.mozilla.org/show_bug.cgi?id=110508#c10
*** Bug 110675 has been marked as a duplicate of this bug. ***
verified using 2001-11-27-06 build on win98, linux, mac os x
Status: RESOLVED → VERIFIED
Product: MailNews → Core
Product: Core → MailNews Core
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: