Closed
Bug 21841
Opened 25 years ago
Closed 25 years ago
Enter in address line should open next line with same header
Categories
(MailNews Core :: Composition, defect, P3)
MailNews Core
Composition
Tracking
(Not tracked)
VERIFIED
FIXED
M15
People
(Reporter: laurel, Assigned: bugzilla)
References
Details
Using dec15 commercial builds on linux 6.0, NT 4.0 and mac OS 8.5.1
When you've typed an address into a message composition window adn press Enter,
the next address line should open labeled with the same type of header as on the
previous address line (this is the way 4.x works).
So if you've entered a cc: address and press enter, the next address line should
open labeled as a cc: header.
1. Launch to mail, New Msg.
2. In the first line type a To: address and press Enter. The next line opens
with a To: header (this is default every line).
Change the To: on the second address line to cc: , type an address and press
Enter.
Result: the next address line opens with the default To: instead of a cc:
Expected result: I would expect the next line to open with same header as the
previous. This is the way 4.x works.
Note: This happens with and should be tested with each of the various header
types. It also happens regardless of what line you change the header, i.e. if
you change the first address line it still works the same way.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M14
Assignee | ||
Comment 1•25 years ago
|
||
no problem, I will do it for M14
*** Bug 28684 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 3•25 years ago
|
||
here is the fix:
Index: addressingWidgetOverlay.js
===================================================================
RCS file:
/cvsroot/mozilla/mailnews/compose/resources/content/addressingWidgetOverlay.js,v
retrieving revision 1.12
diff -r1.12 addressingWidgetOverlay.js
236a237,238
> var lastRecipientType =
awGetPopupElement(top.MAX_RECIPIENTS).value;
>
239a242
> awGetPopupElement(top.MAX_RECIPIENTS).value = lastRecipientType;
Whiteboard: Fix in hand
Assignee | ||
Comment 4•25 years ago
|
||
Fixed and checked in
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Whiteboard: Fix in hand
OK using:
2000-03-27-08m15 commercial build linux rh6.0
2000-03-27-09m15 commercial build NT 4.0
2000-03-27-10m15 commercial build mac OS 9.0
Status: RESOLVED → VERIFIED
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
•