Closed
Bug 176138
Opened 23 years ago
Closed 5 years ago
Wrong default font in Page Source of Composer window
Categories
(Core :: Internationalization, defect)
Core
Internationalization
Tracking
()
RESOLVED
INVALID
People
(Reporter: amyy, Assigned: shanjian)
Details
(Keywords: intl)
Attachments
(2 files)
Build: 10-22 trunk and branch build
Steps to reproduce:
1. Find a non-English system,launch browser by a new profile.
2. Don't change any language setting in Peferences.
3. Open Composer window and view page source.
Result:
You will find the font in page source of composer window is not western font
even though the default charset is set to iso-8859-1. Seems the font display
following by system locale, e.g. in a Japanese system/locale, the font face
display as Janpanese font, in a English system the font face display as western
font...
Browser Page source window doesn't has this problem.
| Reporter | ||
Comment 1•23 years ago
|
||
| Reporter | ||
Comment 2•23 years ago
|
||
| Assignee | ||
Comment 4•23 years ago
|
||
Here is my guess. Inside our composer, we always use unicode as internal
charset. For unicode charset, we use system charset to determine the font. I am
not sure if we want to change this.
Status: NEW → ASSIGNED
| Reporter | ||
Comment 5•23 years ago
|
||
Just for info.: The font is followed the document charset in browser window page
source window.
In N6.23, the font in Composer page source has same behavior as in browser page
source - in document charset font, in another word, this was introduced after N6.23.
Updated•16 years ago
|
QA Contact: amyy → i18n
Updated•5 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•