Closed
Bug 41686
Opened 25 years ago
Closed 25 years ago
Changes made in recipient fields are lost
Categories
(MailNews Core :: Composition, defect, P1)
Tracking
(Not tracked)
M17
People
(Reporter: akkzilla, Assigned: sspitzer)
References
Details
(Whiteboard: [dogfood+][nsbeta2+][blocked by 41143])
Reply-all to a message, to get a compose window with several recipient lines.
Delete all but one of them: sweep out the text in the line, and hit delete.
Everything looks fine, there's only one recipient showing. Now send the message
-- and find out that it really went to all the original recipients.
This is really scary for a lot of people, since you can end up sending mail to
people you didn't think you were sending to.
Reporter | ||
Comment 1•25 years ago
|
||
This ought to be nsbeta2 for sure, if not dogfood.
Keywords: nsbeta2
Would this be possibly related (same bug cause) to any of the following
addresses type bugs?
http://bugzilla.mozilla.org/show_bug.cgi?id=32123
http://bugzilla.mozilla.org/show_bug.cgi?id=41143
cc: putterman since ducarroz is out.
Severity: major → critical
Comment 3•25 years ago
|
||
I don't know if these are related. Marking M17.
Target Milestone: --- → M17
Comment 5•25 years ago
|
||
[dogfood+][nsbeta2+] Need to trust the recipient list
Keywords: dogfood
Whiteboard: [dogfood+][nsbeta2+]
Comment 6•25 years ago
|
||
reassigning to sspitzer. thanks Seth.
Assignee: ducarroz → sspitzer
Status: ASSIGNED → NEW
Assignee | ||
Comment 7•25 years ago
|
||
accepting. my spider senses tell me that lisa is right about it being related
to #41143.
I'll investigate first thing tomorrow.
accepting since ducarroz is still on vacation until monday.
Status: NEW → ASSIGNED
Priority: P3 → P1
Assignee | ||
Comment 8•25 years ago
|
||
I'm going to start investigating now.
Whiteboard: [dogfood+][nsbeta2+] → [dogfood+][nsbeta2+][investigating now]
Assignee | ||
Comment 9•25 years ago
|
||
this bug smells like #41143
after we create the input elements, we later ask for each one by calling
getElementById.
we seem to get the input elements in there original state (with the original
.value) even though we are making changes to the value.
mscott suggested I look into the XBL brutual sharing checkins, and see what
happens when I back them out.
OS: Linux → All
Comment 10•25 years ago
|
||
Before you back out painfully large numbers of files, try the patch in
http://bugzilla.mozilla.org/show_bug.cgi?id=41126 -- it's to one file, jsapi.c.
If it fixes these bugs, dup them against 41126 and I'll notice.
/be
Assignee | ||
Comment 11•25 years ago
|
||
there is some serious disconnect between the inputelement and what you see on
the addressing textfield.
if I set the value (inputElement.value = "cheese") that will not show up the the
addressing textfield.
Assignee | ||
Comment 12•25 years ago
|
||
be: testing your patch now.
Assignee | ||
Comment 13•25 years ago
|
||
the js patch doesn't fix the problem.
Assignee | ||
Comment 14•25 years ago
|
||
updating status whiteboard.
Whiteboard: [dogfood+][nsbeta2+][investigating now] → [dogfood+][nsbeta2+][blocked by 41143]
Assignee | ||
Comment 15•25 years ago
|
||
workaround checked in for #41143.
this is fixed (on the tip, not the m16 branch.)
this bug is really a duplicate.
*** This bug has been marked as a duplicate of 41143 ***
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Comment 16•25 years ago
|
||
this wasn't fixed in teh m16 branch? is it fixed in teh branch by the fixes for
41143?
Comment 17•25 years ago
|
||
this is OK using:
2000-06-13-08 m17 commercial build linux rh6.0
2000-06-13-20 m17 commercial build NT 4.0
I think there is still a problem using jun14 m17 mac build... will investigate
further.
Comment 18•25 years ago
|
||
later jun14 m17 build for linux had problem like the Mac where you couldn't even
get to the address lines if more than 4... so I'm going to wait to re-verify
this scenario until bug #42674 is fixed.
Comment 19•25 years ago
|
||
Looks OK using 2000-06-20-08 m17 commercial build. All platforms
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•