Closed
Bug 304624
Opened 20 years ago
Closed 20 years ago
Compose/Reply fails
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: mcsmurf, Unassigned)
Details
(Keywords: regression, smoketest)
With a current nightly composing a message or replying to one doesn't work
anymore. I tested with composing a message from a separate account and with
composing a message from a account using Global Inbox (with Global Inbox you get
a error message that a error occoured while creating a message compose window).
In the JS Console you get this:
Error: uncaught exception: [Exception... "Could not convert JavaScript argument
arg 4 [nsIMsgComposeService.OpenComposeWindow]" nsresult: "0x80570009
(NS_ERROR_XPC_BAD_CONVERT_JS)" location: "JS frame ::
chrome://messenger/content/mailCommands.js :: ComposeMessage :: line 224" data: no]
When replying to a message this:
Error: uncaught exception: [Exception... "Could not convert JavaScript argument
arg 4 [nsIMsgComposeService.OpenComposeWindow]" nsresult: "0x80570009
(NS_ERROR_XPC_BAD_CONVERT_JS)" location: "JS frame ::
chrome://messenger/content/mailCommands.js :: ComposeMessage :: line 274" data: no]
This is a recent regression which was introduced after branching AFAIK.
Reporter | ||
Comment 1•20 years ago
|
||
Emil: This is a regression from your patch from Bug 301084, backing it out
locally fixed it here.
Comment 2•20 years ago
|
||
(In reply to comment #0)
> With a current nightly composing a message or replying to one doesn't work
> anymore.
There must be something more around as I cannot confirm the bug for:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20050814-03
SeaMonkey/1.0a Mnenhy/0.7.2.10006
Composing a new mail/posting as well as replying to an existing one works well.
Reporter | ||
Comment 3•20 years ago
|
||
It seems this might a problem in my CVS build only (also i don't understand why,
i clobbered two days ago). I'll try again with a new clobber...
Comment 4•20 years ago
|
||
wfm Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.9a1) Gecko/20050814 SeaMonkey/1.0a
BuildID 2005081405, tested compose & reply from IMAP to POP3 and vice versa.
But there are messages in the JS console:
Warning: reference to undefined property defaultServer.msgFolder
Source File: chrome://messenger/content/msgMail3PaneWindow.js
Line: 830
Error: Unknown namespace prefix 'html'. Ruleset ignored due to bad selector.
Source File: chrome://messenger/skin/messageBody.css
Line: 54
Warning: reference to undefined property
gLDAPPrefsService.getService().gLDAPPrefsService
Source File: chrome://messenger/content/messengercompose/MsgComposeCommands.js
Line: 136
Reporter | ||
Comment 5•20 years ago
|
||
ok clobber solved it whatever the problem was now...
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 7•19 years ago
|
||
So...? I do not remember we even provide new builds since Mozilla 1.2.1 for Mac OS 9 :)
You need to log in
before you can comment on or make changes to this bug.
Description
•