Closed
Bug 66227
Opened 24 years ago
Closed 24 years ago
Manually selected charset is not marked on the charset menu.
Categories
(MailNews Core :: Internationalization, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.8
People
(Reporter: ji, Assigned: nhottanscp)
Details
(Keywords: intl)
Attachments
(3 files)
1.86 KB,
text/plain
|
Details | |
1.61 KB,
patch
|
Details | Diff | Splinter Review | |
720 bytes,
patch
|
Details | Diff | Splinter Review |
***Observed with 20001-01-19-06-mtrunk build******
When you have a mail with wrong charset info in the body, after you manually
select the right charset to be able to read the mail, the right charset is not
marked on the View | Character Encoding menu.
Steps to reproduce:
1. Have a mail with incorrectly labeled body in the mail box.
2. Select the right charset to be able to read the mail.
3. Select View | Character Encoding, you'll see the right charset you just
manually selected is not marked on the left.
isn't it related to bug# 61285?
Assignee | ||
Comment 3•24 years ago
|
||
It may be a dup, bug 61285 is for non MIME label case, this bug is about override.
I keep them as separate for now.
Assignee | ||
Comment 4•24 years ago
|
||
Assignee | ||
Comment 5•24 years ago
|
||
I found there are some cases which charset is not set to msgWindow in libmime.
That causes the problem of check mark not marked correctly.
When the user overrides using the menu, we can make sure the user selected
charset is set to msgWindow instead of relying on libmime to mark it.
Scott, could you review the patch?
Comment 6•24 years ago
|
||
naoki, your code change looks great. sr=mscott
However, I didn't know what you were doing with the new xul and js files you
added to manifest and makefile.win. Those aren't part of this fix right?
Also, you no longer need to add chrome files to manifest and makefiles. Just add
them to the appropriate jar.mn file and you should be in business. We still need
to clean up the mailnews makefiles and remove the chrome entries which aren't
used anymore.
Assignee | ||
Comment 7•24 years ago
|
||
Right, the makefile is there for a mistake (not related to this bug). As you
mentioned, they are not needed so I did not check them in for the other bug. I
should revert the local change to avoid confusion.
Assignee | ||
Comment 8•24 years ago
|
||
Comment 9•24 years ago
|
||
sr=bienvenu
Assignee | ||
Comment 10•24 years ago
|
||
checked in
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 11•24 years ago
|
||
Verified with 2001-02-08 win32, linux and Mac trunk builds. It is fixed.
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•