Closed
Bug 58272
Opened 25 years ago
Closed 25 years ago
CTRL-M works but File-->New Message pulldown doesn't
Categories
(SeaMonkey :: MailNews: Message Display, defect, P2)
SeaMonkey
MailNews: Message Display
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9
People
(Reporter: ekrock, Assigned: bugzilla)
References
Details
(Whiteboard: [rtm-])
Attachments
(1 file)
|
871 bytes,
patch
|
Details | Diff | Splinter Review |
Mozilla/5.0 (Windows; U; WinNT4.0; en-US; m18) Gecko/20001025 Netscape6/6.0
10/25 Commercial on WinNT 4.0 SP4.
To repro:
1) CTRL-M to launch a mail message compose window
2) CTRL-M again; works as expected and second window opens; close it
3) File-->New Message
Expected: new compose window opens
Actual: nothing happens
| Assignee | ||
Comment 1•25 years ago
|
||
what the heck happened to cmd_new? It apparently no longer exists anywhere.
Keywords: rtm
| Assignee | ||
Comment 2•25 years ago
|
||
cmd_newMessage, that is. reassigning to me to attach the minimum branch fix,
assuming this gets rtm++ (which it should). but we should really figure out
what the heck happened to cmd_newMessage, assuming it existed at one point.
Assignee: putterman → blakeross
| Assignee | ||
Comment 3•25 years ago
|
||
| Assignee | ||
Comment 4•25 years ago
|
||
Attached a patch. We can't observe cmd_newMessage because the label for that
is just "Message" (since it's File > New > Message), so the patch just opens
the window the same way that the cmd_newMessage broadcaster does. I still
don't know why we don't have a command called cmd_newMessage, which is why it
currently doesn't work:
<broadcaster id="cmd_new" oncommand="goDoCommand('cmd_newMessage')"/>
Anyways, putterman, can you review? Nominating for rtm. A menu item that
doesn't work is embarrassing, and this is an especially important one.
Status: NEW → ASSIGNED
Comment 5•25 years ago
|
||
this is actually a dup of another bug that we already rtm-'d. But since you
have a patch to make it work I won't dup it, you have an r=scottip to check it
onto the trunk.
If you find the other bug, you'll see all of the reasoning for not thinking it
has to be fixed for the Netscape release.
Whiteboard: [rtm-]
| Assignee | ||
Comment 7•25 years ago
|
||
k, found it.
who should sr=?
Comment 8•25 years ago
|
||
alecf or mscott. Since this isn't going to be making the branch, you might want
to figure out the real cause before checking this in.
| Assignee | ||
Comment 9•25 years ago
|
||
there's no cmd_new. not sure if there ever was, but the new patch works fine
and does what we do in other places. cc alecf for sr
OS: Windows NT → All
Priority: P3 → P2
Hardware: PC → All
Target Milestone: --- → mozilla0.9
Comment 10•25 years ago
|
||
sr=alecf
| Assignee | ||
Comment 11•25 years ago
|
||
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Verified on Windows NT, 2000112104. Needing verification on Linux and Mac,
which I can't provide until my machines arrive. Esther? Adding verifyme keyword.
Keywords: verifyme
Updated•25 years ago
|
QA Contact: esther → sheelar
VERIFIED FIXED. Mac 2000120708, Linux 2000120721 and NT 4.0 2000120720
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•