Closed
Bug 4561
Opened 26 years ago
Closed 26 years ago
[blocker] Clicking the Send button in Compose doesn't send the message
Categories
(MailNews Core :: Backend, defect, P3)
MailNews Core
Backend
Tracking
(Not tracked)
VERIFIED
FIXED
M9
People
(Reporter: esther, Assigned: bugzilla)
Details
RE: Seamonkey win32 April 5 build (99040509)
Hardware:
Description: Clicking Send in the Compose window doesn't send, not sure if this
is part of the bug 4560 re: Closing the Compose window locks up system
Steps:
1. Run apprunner.exe
2. Select Messenger from the Tasks menu
3. Click the New Msg button to open the Compose window
4. Fill in the To: field and Subject. Add some text to body
5. Click the Send button (don't close the Compose window because bug 4560
will cause windows to lock up and you won't be able to continue).
6. Switch to the 3-pane view and click Get Msg
7. No msg is received.
Updated•26 years ago
|
Assignee: phil → ducarroz
Comment 3•26 years ago
|
||
Reassign to ducarroz@netscape.com
Updated•26 years ago
|
Target Milestone: M5
Comment 4•26 years ago
|
||
Sending mail must work for M5.
Comment 5•26 years ago
|
||
just a data point: send mail on linux is working for me today. (april 27,
1999).
a comment: make sure your prefs50.js is set up correctly. I think I've had
problems send mail in the past when prefs50.js was empty, bogus, or incorrect.
check again, I bet this works on windows & Linux
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 6•26 years ago
|
||
I have checked in a lot of modification in message composition today, message
send works on mac and windows for me, and seems to work on Unix too.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Using Seamonkey build 4/27 on linux and Win32 Send works now. Verified.
Updated•26 years ago
|
Status: VERIFIED → REOPENED
Comment 8•26 years ago
|
||
Reopening Bug since this is almost an exact duplicate of what happened on 7/16
builds today. On all 3 platforms (build 1999071608)...the Send button has no
effect. Use the same steps as indicated in this bug...the only difference is
that closing the window does not lock up apprunner. So the 2 problems
associated with this are:
1. the compose window does not close upon clicking send button
2. no message is actually sent (i checked for new messages after clicking send a
few times.)
Assignee | ||
Updated•26 years ago
|
Status: REOPENED → ASSIGNED
Severity: major → blocker
OS: Linux → All
Summary: Clicking the Send button in Compose doesn't send the message → [blocker] Clicking the Send button in Compose doesn't send the message
This is a blocker for us because we need to be able to send for our testing :-)
Assignee | ||
Comment 10•26 years ago
|
||
For some reason I have found yet, all the toolbar buttons of the compose message window don't work anymore. No
more Send, no more Addressbook!
Unfortunately, as the menu item Send isn't correctly hooked, you cannot use the menu for sending the a message.
But,
good news, the send itself works fine. Until I found the problem with the toolbar, change the following line in
messengercompose.xul and you will be able to send message through the menu item File/Send Now:
replace line 48
<!ENTITY sendNowCmd.label ".Send Now">
by
<!ENTITY sendNowCmd.label "Send Now">
and replace line 143
<menuitem name="&sendNowCmd.label;" cmd="nsCmd:ComposeSend"/>
by
<menuitem name="&sendNowCmd.label;" onclick="SendMessage()"/>
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago → 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 11•26 years ago
|
||
I found the problem:
the action handler in the xul file was written with a capital letter: "onClick". Now, only "onclick" is recognized. I did
a seach in the whole tree, I was the only one using the wrong one!
Comment 12•26 years ago
|
||
Linux (1999-07-16-08 m9)
In addition to this problem, when I do a Reply to a message, I am unable to
send it.
Comment 13•26 years ago
|
||
Linux (1999-080408 M9) and Win_nt 4.0 (1999-080408 M9)
This problem has been fixed.
Mac (1999-080408 M9) Cannot send, refer to bug 10797.
Updated•20 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•