Closed
Bug 38288
Opened 26 years ago
Closed 26 years ago
Send fails and compose window does not close.
Categories
(MailNews Core :: Backend, defect, P3)
MailNews Core
Backend
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: fenella, Assigned: sspitzer)
Details
(Keywords: smoketest)
Linux (2000-05-05-08 M16)
1. Launch Messenger using -mail option
2. Click on New Msg to compose a message and send it to myself
3. Click Send (or File|Send)
Actual result: No response. compose window does not close. Mail is not sent.
Expected result: It should send the message and close the Compose window.
Have not tested Win32 and Mac yet.
mscott is not here. reassign to sspitzer for now.
Assignee: mscott → sspitzer
Summary: Linux: Send fails → Linux: Send fails
Keywords: smoketest
Summary: Linux: Send fails → Linux: Send fails and compose window does not close.
| Assignee | ||
Comment 2•26 years ago
|
||
I see this on win32 also, here's what's in the console:
JavaScript error:
line 0: uncaught exception: [Exception... "Component returned failure code: 0x8
000ffff (NS_ERROR_UNEXPECTED) [nsIPref.GetBoolPref]" nsresult: "0x8000ffff (NS_
ERROR_UNEXPECTED)" location: "JS frame :: chrome://messenger/content/messengerc
ompose/MsgComposeCommands.js :: GenericSendMessage :: line 515" data: no]
Status: NEW → ASSIGNED
OS: Linux → All
Hardware: Sun → All
Summary: Linux: Send fails and compose window does not close. → Send fails and compose window does not close.
| Assignee | ||
Comment 3•26 years ago
|
||
fix in hand. here's the problem:
we access mail.SpellCheckBefore send, but we never define a default value for
the pref in mailnews.js
testing fix now, and then I'll check in.
| Assignee | ||
Comment 4•26 years ago
|
||
fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 5•26 years ago
|
||
adding ducarroz and kin to the cc list.
ducarroz, when you read a pref from JS, you have to either:
1) specify a default value
or
2) wrap it with try and catch
if the pref has no default, and the user hasn't specified a value, you'll get a
JS exception.
Mac (2000-05-05-10 M16) Mozilla and commercial
it has problem too.
Marking verified based on all platform mail smoketest results for 05/11
commercial builds.
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: MailNews → Core
Updated•18 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•