Closed Bug 27194 Opened 25 years ago Closed 25 years ago

mail compose broken - brings up huge empty window

Categories

(MailNews Core :: Composition, defect, P3)

x86
Windows NT
defect

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: Bienvenu, Assigned: bugzilla)

References

Details

(Keywords: regression, smoketest)

I had to back out the following change to use the compose window. cvs update -j1.25 -j1.24 mozilla/mailnews/compose/resources/locale/en-US/messengercompose.dtd I haven't checked this in, so that you can have a chance to look at it.
I will take care of it as soon my morning build is done.
Status: NEW → ASSIGNED
Target Milestone: M14
I found the problem: when I checked in my modification late last night, I did not see that the checkin of messengercompose.xul failed.
here is the missing piece: Index: messengercompose.dtd =================================================================== RCS file: /cvsroot/mozilla/mailnews/compose/resources/locale/en-US/messengercompose.dtd,v retrieving revision 1.24 retrieving revision 1.25 diff -r1.24 -r1.25 30c30 < <!ENTITY sendNowCmd.key ""> --- > <!ENTITY sendNowCmd.keycode "VK_ENTER"> 33c33 < <!ENTITY sendLaterCmd.key ""> --- > <!ENTITY sendLaterCmd.keycode "VK_ENTER"> 54,55c54,55 < <!ENTITY showComposeToolbarCmd.label "Show Message Toolbar"> < <!ENTITY showComposeToolbarCmd.accesskey "M"> --- > <!ENTITY showComposeToolbarCmd.label "Show Mail Toolbar"> > <!ENTITY showComposeToolbarCmd.accesskey "o">
Whiteboard: WAITING CHECKIN APPROVAL
Index: messengercompose.xul =================================================================== RCS file: /cvsroot/mozilla/mailnews/compose/resources/content/messengercompose.xul,v retrieving revision 1.83 diff -r1.83 messengercompose.xul 91c91 < <key id="key_attachFile" xulkey="true" key="&attachFileCmd.key;" observes="cmd_attachFile"/> --- > <!-- key id="key_attachFile" xulkey="true" key="&attachFileCmd.key;" observes="cmd_attachFile"/ --> 93,94c93,94 < <key id="key_sendNow" xulkey="true" key="&sendNowCmd.key;" observes="cmd_sendNow"/> < <key id="key_sendLater" xulkey="true" key="&sendLaterCmd.key;" shift="true" observes="cmd_sendLater"/> --- > <!-- key id="key_sendNow" xulkey="true" keycode="&sendNowCmd.keycode;" observes="cmd_sendNow"/ --> > <!-- key id="key_sendLater" xulkey="true" keycode="&sendLaterCmd.keycode;" shift="true" observes= "cmd_sendLater"/ -->
Done. Repull mailnews/compose/resources/content/messengercompose.xul
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Whiteboard: WAITING CHECKIN APPROVAL
*** Bug 27218 has been marked as a duplicate of this bug. ***
QA Contact: lchiang → fenella
Status: RESOLVED → VERIFIED
Linux (2000-02-11-11-M14) Win (2000-02-11-09-M14) Mac (2000-02-11-12-M14) 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.