Closed
Bug 75498
Opened 24 years ago
Closed 24 years ago
PlainText reply puts everything on one line
Categories
(MailNews Core :: Composition, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: mikepinkerton, Assigned: bugzilla)
Details
(Keywords: platform-parity, regression, smoketest)
Attachments
(2 files)
1.51 KB,
patch
|
Details | Diff | Splinter Review | |
1.37 KB,
patch
|
Details | Diff | Splinter Review |
- make plain text compose your default for mail compose
- reply to an email
notice everything in the quoted mail is on one line. the signature is joined
together on a separate line.
makes it pretty darn hard to reply to any email.
Reporter | ||
Updated•24 years ago
|
Keywords: regression,
smoketest
Comment 1•24 years ago
|
||
Does this happen on all of your mail or just some particular messages? Is this
with a build that you pulled later in the day on 4/10 or something that's been
happening all day.
I'm using 2001041004 on Win 2000 and I'm not noticing any problems. I don't
have a Mac handy to try to repro on that.
Assignee | ||
Comment 2•24 years ago
|
||
I can reproduce this problem on Mac. However it works fine on Windows. Can somebody tests this on Linux?
Status: NEW → ASSIGNED
Comment 3•24 years ago
|
||
This is probably a line breaks issue, if it differs between platforms.
Comment 4•24 years ago
|
||
On linux, plaintext replies look fine, line breaks as usual.
Joe or Mike, could this be caused by the same string API problems that caused
the multiline paste bug?
Assignee | ||
Comment 6•24 years ago
|
||
HTML replies are fine.
Assignee | ||
Comment 7•24 years ago
|
||
The problem already appears on build from 04/09/2000 04:00.
Comment 8•24 years ago
|
||
Is this a regression caused by the fix for bug 58377? Could someone try backing
that change out to see if this problem is fixed?
Comment 9•24 years ago
|
||
I think this is a regression from ducarroz removing linebreak conversions in mail
compose. The deal is that editor does its own conversions for HTML inserts, but
not plain text. Patch coming...
Comment 10•24 years ago
|
||
Actually, I don't have a patch. There are too many different entry points where
clients can insert plain text in the editor. Ducarroz, I think you should back
out your change.
Assignee | ||
Comment 11•24 years ago
|
||
I am currently testing a patch on Windows. My Mac still building today tree...
Comment 12•24 years ago
|
||
Just wanted to add that I don't see this bug on Win32 with my debug build from
today, so it seems to be mac only.
Assignee | ||
Comment 13•24 years ago
|
||
Reporter | ||
Comment 14•24 years ago
|
||
don't we already have code that translates line endings (nsLinebreakHelpers, or
something)?
Comment 15•24 years ago
|
||
That patch would be fine, but for the fact that nsString::GetUnicode returns a
const PRUnichar* (i.e. you are not allowed to write into it). However, nsString
does expose mUStr via nsStr, so you could use that.
Pink: yes we do, but it doesn't work on nsAutoStrings (because I suck).
Assignee | ||
Comment 16•24 years ago
|
||
Anyway, this is a temporary fix. The real fix should be in editor! I Presume
editor replace LF by <BR> when inserting data in plain text mode but miss case
when they is only CRs! If nobody has an objection, I'll check this patch in...10
minutes
Assignee | ||
Comment 17•24 years ago
|
||
Comment 18•24 years ago
|
||
r=sfraser
Comment 19•24 years ago
|
||
sr=mscott
Assignee | ||
Comment 20•24 years ago
|
||
Fixed and checked in.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 21•24 years ago
|
||
I have filed bug 75618 for the real problem in editor.
Comment 22•24 years ago
|
||
I'm seeing the opposite problem on Win32 build.
Please take a look at bug 67391.
Comment 23•24 years ago
|
||
It's also possible that this is related to a regression caused by the xpidl
editor landing. If I fnd that is the case then we may be able to undo this fix.
Comment 24•24 years ago
|
||
marking verified- reply from html and plain compose window works well now.
Infact I did not see extraline added to the quoted text on win98 in the below
mentioned build.
win98-2001-04-16-06
mac-2001-04-16-04
linux-2001-04-15-21
Status: RESOLVED → VERIFIED
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
•