Closed
Bug 548608
Opened 15 years ago
Closed 15 years ago
incorrect font fallback behavior for some scripts/languages
Categories
(Core :: Layout: Text and Fonts, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jfkthame, Assigned: jfkthame)
References
Details
(Keywords: regression)
Attachments
(4 files, 1 obsolete file)
See bug 524107 comments 34-37: selection of fallback fonts for Chinese-TW and possibly other languages is incorrect since the landing of bug 524107.
Assignee | ||
Updated•15 years ago
|
Blocks: 524107
Keywords: regression
Assignee | ||
Comment 1•15 years ago
|
||
This was missed in my patch for bug 524107: the Windows override of SupportsLangGroup simply gets ignored because it's not using the updated parameter type.
Assignee: nobody → jfkthame
Attachment #428959 -
Flags: review?(roc)
Attachment #428959 -
Flags: review?(roc) → review+
Can we have a test for this?
Assignee | ||
Comment 3•15 years ago
|
||
Fixed the patch to actually build properly.
Attachment #428959 -
Attachment is obsolete: true
Assignee | ||
Comment 4•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
The font fallback behavior might not be completely fixed, since some pages in zh-CN still looks bad. By the way, the font in tab title is always incorrect.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.3a2pre) Gecko/20100226 Minefield/3.7a2pre (.NET CLR 3.5.30729)
Assignee | ||
Comment 6•15 years ago
|
||
(In reply to comment #5)
> The font fallback behavior might not be completely fixed, since some pages in
> zh-CN still looks bad. By the way, the font in tab title is always incorrect.
If you could provide a specific testcase, along with screenshots of correct and incorrect display, that would be helpful.
I have added the screenshots, the upper one is correct.
The test website is http://www.mozillaonline.com/. When in Firefox 3.6 with a clean profile, the tab and bookmark titles display in "Microsoft YaHei" font after setting the default font to the former. But in these days' nightly builds with the same profile, the title displays in some other font.
Comment 10•15 years ago
|
||
Comment 11•15 years ago
|
||
(In reply to comment #6)
> (In reply to comment #5)
> > The font fallback behavior might not be completely fixed, since some pages in
> > zh-CN still looks bad. By the way, the font in tab title is always incorrect.
>
> If you could provide a specific testcase, along with screenshots of correct and
> incorrect display, that would be helpful.
I have uploaded two screenshots of correct (in FF3.6) and incorrect display (in recent FF3.7 nightlies) for the same web page (using the same FF profile). I have no idea of how to provide a specific test case for this issue.
You need to log in
before you can comment on or make changes to this bug.
Description
•