Closed
Bug 18714
Opened 26 years ago
Closed 26 years ago
citation and signature are quoted along with quoted text
Categories
(MailNews Core :: Composition, defect, P3)
MailNews Core
Composition
Tracking
(Not tracked)
VERIFIED
FIXED
M12
People
(Reporter: akkzilla, Assigned: rhp)
Details
In plaintext replies, the "xyz@abc wrote:" and the signature are included along
with the quoted text in what's passed to the editor's InsertAsQuotation, so they
come out with "> " in front of them. They should be inserted separately so they
don't appear to be quoted.
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M12
| Assignee | ||
Comment 1•26 years ago
|
||
I think I have the mail/news side done, but I think I'm blocked by some Ender
bugs that I'm waiting for feedback on. They have to do with setting the cursor
location and quoting behavior.
- rhp
| Assignee | ||
Comment 2•26 years ago
|
||
Ok, I have this fixed in my tree so it does the right thing. Just working on
getting the cursor in the correct location when its at the end of the document.
- rhp
| Assignee | ||
Updated•26 years ago
|
Assignee: rhp → akkana
Status: ASSIGNED → NEW
| Assignee | ||
Comment 3•26 years ago
|
||
We are now doing the correct thing in the Compose back end so it should be 3
different inserts and the quoting should be correct. The only problem remaining
is that data inserted after the InsertAsQuotation() call is being included as
part of the quotation still. The data is being quoted, but signatures are
ending up being quoted.
Passing this over to Akkana since I know you had a fix in the works for this.
- rhp
| Reporter | ||
Comment 4•26 years ago
|
||
Back to you, Rich (though I think you already fixed this).
| Reporter | ||
Updated•26 years ago
|
Assignee: akkana → rhp
| Reporter | ||
Comment 5•26 years ago
|
||
For some reason the reassign didn't "take". Rich, I think this is already
fixed, but in case it isn't and you were waiting on the change of API for
InsertAsQuotation, I'm passing this back to you.
| Assignee | ||
Updated•26 years ago
|
Assignee: rhp → akkana
| Assignee | ||
Comment 6•26 years ago
|
||
Hi Akkana,
The problem that I am seeing is that for HTML mail messages, the final insert
is being tacked on as part of the Quotation. For plain text email, the final
insert seems to get lost?
This is why I assigned this your way. Any ideas? Just assign it back if its
something I'm doing.
- rhp
| Reporter | ||
Updated•26 years ago
|
Assignee: akkana → rhp
| Reporter | ||
Comment 7•26 years ago
|
||
You asked me to change the InsertAsQuotation API to pass back the blockquote or
pre node that was inserted, so that you could get that node and set the caret
before or after it depending on the mailnews pref. I did that, and I thought
that was all you were waiting for. If you wanted something else or if this
isn't working right, please let me know.
| Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 8•26 years ago
|
||
Ok, this is working now.
- rhp
OK using 12-14-11m12 commercial build linux 6.0
OK using 12-14-08m12 commercial build NT 4.0
OK using 12-14-08m12 commercial build Mac OS 8.5.1
xyz@abc is not contained within quoting.
A signature file, if in the message, is indeed quoted but that's how 4.x does
it, too. If I'm misunderstanding the use of the word signature in this bug
description let me know... I'm going to mark this verified and if we need to
reopen or log another issue I/peter will.
Comment 10•26 years ago
|
||
Doh! Nevermind my last comment. All is well. Added signature file for current
reply author is not quoted. I must have been in the ozone the other day.
Updated•21 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
•