Open
Bug 250340
Opened 21 years ago
Updated 9 months ago
Quoted lines aren't well handled.
Categories
(Thunderbird :: Message Compose Window, defect)
Thunderbird
Message Compose Window
Tracking
(Not tracked)
NEW
People
(Reporter: bugzilla, Unassigned)
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Build Identifier:
When replying to a message and editing it, if I remove a « > », the line is
still written in blue (the default quote color).
Reproducible: Always
Steps to Reproduce:
1. reply to a message
2. remove a « > »
Actual Results:
The line is still in blue.
Expected Results:
The line should become black.
Similarly, if I add a « > », the line should become blue too.
Furthermore, such added lines do not appear as quotes if I view the message in
the « unset » folder.
Comment 1•21 years ago
|
||
What version do you use?
In Thunderbird 0.7.1 the quoted text is not colored.
Maybe your bug is obsolate.
See also bug 217575, but it looks old too.
Reporter | ||
Comment 2•21 years ago
|
||
Yes I use Thunderbird 0.7.1.
When I reply to a mail, the text is blue (by default) for the text I answer
back.
And, what I write, is in black.
I don't understand : everything should be black in 0.7.1 ?!?
Comment 3•21 years ago
|
||
Thunderbird 1.0RC1:
Quoted text is blue, new text is black [plain text, not HTML].
However, if the user who replies types some characters before the '>' character
of a quoted line (which is in blue), his text is not black, but is written in blue
Comment 4•21 years ago
|
||
This bug is somewhat related to bug 161968.
What is happening is that internally, in the plain-text editor, every line in
the quoted reply is wrapped in a <span> that marks it as quoted text. Deleting
characters from that quoted text doesn't remove the span, so the text continues
to be colored in the editor.
When the text is written out for sending, the text which is not part of the
quoted span is (unless this has been turned off) scanned for format=flowed
compliance, which will stuff a space before a '>' character at the beginning of
a line that's not actually a quote. Quoted lines do not get this space-
stuffing.
When the message is received, assuming the receiving client understand f=f,
lines beginning with " >" have the space removed but appear as normal text,
while lines beginning with ">" (no space) are handled as quotes.
If you really want to get rid of the blue coloration, remove the '>' characters
from the lines you want to change, then select those lines and Edit|Rewrap.
(Note that Rewrap is broken when rewrapping a selection; it works a little
better if there is a blank line included at the end of the selection.)
Or, perhaps a better workaround: copy the text from the original message and
paste it in to the new one.
Comment 5•21 years ago
|
||
Adds a space before the > on some lines. Looks awful when viewed in clients
colour or enhance quoting - as these lines do not get treated as quotes.
Comment 6•21 years ago
|
||
(In reply to comment #5)
> Adds a space before the > on some lines. Looks awful when viewed in clients
> colour or enhance quoting - as these lines do not get treated as quotes.
Assuming you're responding to the last part of my comment 4: don't use "Paste",
use "Paste as Quotation."
Comment hidden (obsolete) |
Reporter | ||
Comment 8•20 years ago
|
||
The problem is still here : bad coloration when modifying quoted lines.
And also two new lines are inserted when trying to skip a line on quoted one.
Updated•18 years ago
|
QA Contact: message-compose
![]() |
||
Comment 9•17 years ago
|
||
Reporter, does the issue still occur with the latest supported 2.0.0.x / Shredder trunk nightlies?
(1.5.0.x is now end-of-life and the latest supported Thunderbird version 2 is 2.0.0.16)
Whiteboard: closeme 2008-08-28
Comment 10•17 years ago
|
||
RESO INCO per lack of response to the last question. If you feel this change was made in error, please respond to this bug with your reasons why.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → INCOMPLETE
Still occurs with 3.0a3.
Any manipulation of the quote that I tried maintains the blue color except for copy and paste which 'unquotes' the text back to black.
Status: RESOLVED → UNCONFIRMED
OS: Windows XP → All
Hardware: PC → All
Resolution: INCOMPLETE → ---
Whiteboard: closeme 2008-08-28
Version: unspecified → Trunk
demonstration here:
http://bfccomputing.com/downloads/mozilla/quote_coloring.mp4
Status: UNCONFIRMED → NEW
Ever confirmed: true
same behavior on nightly build as well (Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9.1b2pre) Gecko/20081125 Shredder/3.0b1pre)
Comment 14•8 years ago
|
||
Still reproducible with Thunderbird 52.6.0.
Updated•3 years ago
|
Severity: normal → S3
Updated•9 months ago
|
Assignee: mscott → nobody
You need to log in
before you can comment on or make changes to this bug.
Description
•