Opened 6 years ago
Closed 4 years ago
#14747 closed bug (fixed)
Mail: Selection quoting broken
Reported by: | humdinger | Owned by: | czeidler |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta3 |
Component: | Applications/Mail | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
This is hrev52597, 32bit.
A simple "Reply" to an email works as expected: The mail is quoted inits entirety, with with the preamble at the top, signature at the end, cursor set just above the signature; and "> " at the start of every line.
Now, if you select only the part you want quoted and press "Reply", you get preamble and signature as expected, but instead of every quoted line getting a "> " at the start, you get many "> > > > > > > > > > > > > >" at the beginning of the quoted text before the quoted lines are printed.
The number of ">" depends on the amount of text quoted. I'm not 100% sure, but it looks like the number of ">" is about the number of letters (without spaces" of the quoted text.
I'm too bad reading the code, but the bug might be in Content.cpp#n2313...?
Change History (1)
comment:1 by , 4 years ago
Milestone: | Unscheduled → R1/beta3 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Fixed now. Probably by John's recent text view changes. Thanks!