Closed Bug 13328 Opened 25 years ago Closed 25 years ago

Can't type in New Msg window

Categories

(MailNews Core :: Composition, defect, P3)

defect

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: scottputterman, Assigned: mozeditor)

References

Details

In this morning's build, I can not type in the New Msg window at all.  No
signature comes up and it's impossible for me to get a cursor in the edit area.

To reproduce:

Start mailnews
click on the new msg button
Try to type in the message body area.
*** Bug 13330 has been marked as a duplicate of this bug. ***
cc myself
Reassigning to jfrancis.  Backing out your changes to MsgComposeCommands.js
makes this go away.
Assignee: putterman → jfrancis
I'm still building, and Joe isn't around.  Scott, can you check in the change to
MsgComposeCommands.js?  Leave assigned to joe, so he can fix this properly.
OK.  I checked it in.
James, just a suggestion but if you need help getting mailnews running on your
machine please let us know and we can help get you going. It looks like you made
these changes specifically for mailnews compose but they don't appear to work
real well for us =). Again, just let Scott or myself know if you want us to
help get you running on mailnews so you can verify your composer changes.
Sorry Joe. I don't know why I typed James there instead. Too early this morning
=).
I have a fix for this that involves changing 2 strings from "htmlMail"
to "htmlmail" in nsEditorShell.cpp.

I will check it in when I get approval, or the tree opens.

Index: nsEditorShell.cpp
===================================================================
RCS file: /cvsroot/mozilla/editor/base/nsEditorShell.cpp,v
retrieving revision 1.48
diff -r1.48 nsEditorShell.cpp
314c314
<   if (theType == "text" || theType == "html" || theType == "" ||
theType == "h
tmlMail")
---
>   if (theType == "text" || theType == "html" || theType == "" || theType == "h
tmlmail")
354c354
<     else if (mEditorTypeString == "htmlMail")  //  HTML editor with
special ma
il rules
---
>     else if (mEditorTypeString == "htmlmail")  //  HTML editor with special ma
il rules
OS: Windows NT → All
Hardware: PC → All
Update, changing platform and OS to All
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
fixed
Status: RESOLVED → VERIFIED
Linux (1999-09-15-08 M11)
Win_nt4.0 (1999-09-15-08 M10)
Mac (1999-09-15-08 M11)
This problem has been fixed.
Product: MailNews → Core
Product: Core → MailNews Core
You need to log in before you can comment on or make changes to this bug.