Closed
Bug 16726
Opened 26 years ago
Closed 26 years ago
Can not correctly copy/paste from the message body into the header
Categories
(MailNews Core :: Backend, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M11
People
(Reporter: marina, Assigned: akkzilla)
Details
Steps to reproduce:
-open new Mail composition window;
-type something in the mail body (html, plain text is not orking today);
-now select and copy (Ctrl+C);
-goto the Subject header and paste (Ctrl+V);
//note: there is some other text from the buffer besides what you selected
Updated•26 years ago
|
Assignee: phil → beppe
Comment 1•26 years ago
|
||
Reassign to beppe, cc ducarroz
Updated•26 years ago
|
Assignee: beppe → akkana
Comment 2•26 years ago
|
||
Assigning this to Akkana
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M11
| Assignee | ||
Comment 3•26 years ago
|
||
Looks like the plaintext output sink needs to be modified to work with the new
markup_declaration tag that got added to XIF for encoding doctype.
| Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 4•26 years ago
|
||
Just checked in a fix.
Comment 6•26 years ago
|
||
Marina, would you verify this using non-ASCII characters, Latin 1, Japanese, UTF-8 and see if
it's working for us?
Comment 7•26 years ago
|
||
Akkana, copy/paste shows only dots if the material copied is in Japanese.
Is there another bug for this problem somewhere?
Comment 8•26 years ago
|
||
Marina reports that Latin 1 characters copy Ok without extra material.
We cannot confirm if this is working for Japanese because of Bug 5063.
| Assignee | ||
Comment 9•26 years ago
|
||
There was one at one time -- the issue is that the backend clipboard code has a
ToNewCString() in it -- and I thought it was assigned to Pinkerton, but I don't
see it, though I also don't remember ever getting a message that the problem had
been fixed. I still see ToNewCString() calls in nsTransferable.cpp and
nsXIFFormatConverter.cpp. There was also a question as to whether copy/paste
should be using kUnicodeMime instead of kTextMime when copying non-English text,
and I don't know how that got resolved, either.
Comment 10•26 years ago
|
||
Adding ftang to cc. I talked to Frank, kXIFMime should use UCS-2 so we should
not use ToNewCString for XIF.
About kUnicodeMime or kTextMime, whether kUnicodeMime or kTextMime is decided by
the caller (e.g. for Win32, CF_UNICODETEXT or CF_TEXT asked by other apps).
We should do conversions (ACP <-> UCS-2) in case of kTextMime.
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
•