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)
Tracking
(Not tracked)
VERIFIED
FIXED
M14
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.
Assignee | ||
Comment 1•25 years ago
|
||
I will take care of it as soon my morning build is done.
Status: NEW → ASSIGNED
Target Milestone: M14
Keywords: regression,
smoketest
Assignee | ||
Comment 2•25 years ago
|
||
I found the problem: when I checked in my modification late last night, I did
not see that the checkin of messengercompose.xul failed.
Assignee | ||
Comment 3•25 years ago
|
||
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
Assignee | ||
Comment 4•25 years ago
|
||
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"/ -->
Assignee | ||
Comment 5•25 years ago
|
||
Done. Repull mailnews/compose/resources/content/messengercompose.xul
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Whiteboard: WAITING CHECKIN APPROVAL
Linux (2000-02-11-11-M14)
Win (2000-02-11-09-M14)
Mac (2000-02-11-12-M14)
This problem has been fixed.
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
•