Open
Bug 90792
Opened 25 years ago
Updated 3 years ago
Mail/News display font is not changeable via Pref setting
Categories
(MailNews Core :: Internationalization, defect, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: momoi, Unassigned)
Details
(Keywords: intl, Whiteboard: intl)
** Observed with 7/13/2001 Win32 build on Win 2000 US/JPN locale set **
I don't know exactly how this problem started. It feels like it started
when I changed some font setting for Japanese recently.
I have my Mail Pref display set to use the fixed font.
For Japanese I have MS Gothic set for Monospaced font.
For some reason, the display for Japanese is currently using
Andale Mono WT J or
Arial Unicode MS
fonts. (They are both a large Unicode fonts)
I tried re-setting my Monospaced, Serif and Sans-serif font
categories many times but to no avail. No setting changes
actually changes the display font.
I looked at a recent build on ji's NT4-J. She does not
seem to have this problem.
I hope that this problem is reproducible among the people I CC'ed.
If not, I need to hunt down exact conditions which induce this problem.
So your help is highly appreciated. if this problem is
widely reproducible, we should really fix this problem.
| Reporter | ||
Updated•25 years ago
|
| Reporter | ||
Updated•25 years ago
|
| Reporter | ||
Comment 1•25 years ago
|
||
OK, I now understand what produces this bug.
1. On my Win 2000 US version, I had it originally
set the locale to Japanese. And created the profile
I use for Mozilla builds. I see the font names in
Japanese rather than in English, e.g. MS ƒSƒVƒbƒN,
in the font pref panel.
2. Recently I changed the locale to US English
and then later I thought I changed it back to Japanese.
3. It turns out that I did not change it back to Japanese.
This seems to be the reason why the font name "MS ƒSƒVƒbƒN"
was not recognized and not found in Mail display. (View this
name under Japanese (Shift_JIS) encoding.)
What is so strange about this is that the Browser
display found the correct font but Mail display did not.
So, I found 2 workarounds to this problem:
1. Change the order of fonts in ...default\pref\winpref.js:
pref("font.name.serif.ja", "‚l‚r ‚o–¾’©"); // "MS PMincho"
pref("font.name.sans-serif.ja", "‚l‚r ‚oƒSƒVƒbƒN"); // "MS PGothic"
pref("font.name.monospace.ja", "‚l‚r ƒSƒVƒbƒN"); // "MS Gothic"
pref("font.name.serif.ja.1", "MS PMincho"); // "MS PMincho"
pref("font.name.sans-serif.ja.1", "MS PMincho"); // "MS PGothic"
pref("font.name.monospace.ja.1", "MS Gothic"); // "MS Gothic"
If we change ".ja" to ".ja.1" and ".ja.1" to .ja, this makes the
English font names the primary and so Mozilla can find the
default fonts rather than going down the Alphabetical listing
of non-system fonts.
2. Change the locale back to Japanese without changing the
winpref.js file.
Note that the Browser display had no problem.
Note also that the font names displayed in the font
pref window were in Japanese rather than in English.
Normally under the true non-Japanese locale setting,
you will see English font names for Japanese rather
than Japanese font names. So something went wrong here.
The problem was caused by my swicthing locales, but I
am inclined to think that there is a bug here.
A. The default font names should have been in English
rather than in Japanese. And the fonts should have been
found for Mail display. I did not change the font
names from the default ones originally and these
fonts were read in from ...default\pref\winpref.js
file.
B. There was no problem for Browser display in using the
default system fonts specifiedin winpref.js. Mail could
not use them for some reason. This could be a mail-specific bug.
Given the foregoing facts, I am going to reduce the severity
to normal. But I think when we have time, we should find out
why this problem happens.
Severity: major → normal
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9.3
Updated•24 years ago
|
Target Milestone: mozilla0.9.3 → ---
Updated•24 years ago
|
Priority: -- → P3
Comment 3•24 years ago
|
||
This looks similar to bug 102623 but under more specific condition.
Target Milestone: --- → mozilla0.9.7
Updated•24 years ago
|
Target Milestone: mozilla0.9.7 → mozilla0.9.8
Updated•24 years ago
|
Target Milestone: mozilla0.9.8 → ---
Comment 4•24 years ago
|
||
Momoi san, can you still reproduce with the latest trunk?
Updated•24 years ago
|
Target Milestone: --- → mozilla1.2
Updated•23 years ago
|
Target Milestone: mozilla1.2alpha → ---
Comment 5•23 years ago
|
||
ssu might be working on this bug.
he's going to copy the font pref UI for browser over to mail, and then fix it so
we heed the mail versions of these prefs.
see bug 30896
Updated•21 years ago
|
Product: MailNews → Core
| Assignee | ||
Updated•17 years ago
|
Product: Core → MailNews Core
Updated•17 years ago
|
QA Contact: marina → i18n
Updated•13 years ago
|
Assignee: nhottanscp → nobody
Status: ASSIGNED → NEW
Whiteboard: intl
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•