My favorites | Sign in
Project Home Downloads Wiki Issues
New issue   Search
for
  Advanced search   Search tips
Issue 12309: Regression: Font size on localized trunk build is wrong and unreadable
61 people starred this issue and may be notified of changes. Back to list
 
Reported by morganya...@gmail.com, May 20, 2009
Chrome Version       : 2.0.182.0 (Developer Build 16468)
URLs (if applicable) :N/A
Other browsers tested:
Add OK or FAIL after other browsers where you have tested this issue:
     Safari 4:N/A
  Firefox 3.x:N/A
         IE 7:N/A
         IE 8:N/A

What steps will reproduce the problem?
1.go to option->minor tweak ->font and language setting ->language tab
2.change to simplified chinese
3.

What is the expected result?
chinese font should be displayed in the correct way

What happens instead?
the font size for simplified chinese is extremely small, unreadable

Please provide any additional information below. Attach a screenshot if
possible.

Comment 1 by xlyuan@chromium.org, May 20, 2009
1. Confirmed, this issue happens on latest trunk build, but doesn't happen on latest 
Dev channel build and Beta channel build.

2. This bug affects multiple languages, CJK, Arabic, Thai and even for Greek.

Checked on:
2.0.182.0  (Developer Build 16483)
2.0.181.0  (Official Build 16298)
2.0.172.28 (Official Build )


Summary: Regression: Font size on localized trunk build is wrong and unreadable
Status: Untriaged
Cc: js...@chromium.org hb...@chromium.org t...@chromium.org b...@chromium.org
Labels: -Pri-2 -Area-Misc Pri-1 Area-BrowserUI I18N Regression
Comment 2 by xlyuan@chromium.org, May 21, 2009
 Issue 12407  has been merged into this issue.
Comment 3 by xlyuan@chromium.org, May 21, 2009
(No comment was entered for this change.)
Cc: m...@chromium.org
Comment 4 by xlyuan@chromium.org, May 21, 2009
 Issue 12397  has been merged into this issue.
Comment 5 by AlpineK...@gmail.com, May 21, 2009
Additional to comment 1:

I can repro on: 2.0.182.0 (Entwickler-Build 16616)

in the options popup (is about 2/3 of the regular size), the ok button on the bottom 
is not labeled.
in the fonts and language settings tab, the bottom buttons are not labeled and are 
oversized - too wide, they fill almost entire width of the popup (compared with 
2.0.181.1 (Offizieller Build 16409)

This bug is not happening on: 2.0.181.1 (Offizieller Build 16409)
Comment 6 by mal.chromium@gmail.com, May 21, 2009
Ben, could this be fallout from app_locale_settings?
Status: Assigned
Owner: b...@chromium.org
Cc: g...@chromium.org
Labels: Mstone-2.1
Comment 7 by hb...@chromium.org, May 21, 2009
mal,

Chromium failed reading resource strings in "app_locale_settings.h" from localized 
resource files.
Comment 8 by hb...@chromium.org, May 21, 2009
Sorry, I accidentially sent my previous comment before finishing it.

Yes, Chromium failed reading resource strings used for its UI setting from 
app_locale_setting and this caused  Issue 12309 .
Comment 9 by xlyuan@chromium.org, May 21, 2009
 Issue 12393  has been merged into this issue.
Comment 10 by xlyuan@chromium.org, May 21, 2009
 Issue 12367  has been merged into this issue.
Comment 11 by dinamyte%web-zine.org@gtempaccount.com, May 21, 2009
Russian localization is broken too: very small fonts and UI elements.
Comment 12 by jamin...@gmail.com, May 21, 2009
Japanese localization is not applied too.
I checked some dev revisions,
  - r16435 works fine.
  - r16442 or later has this problem.

Comment 13 by mal.chromium@gmail.com, May 21, 2009
We don't claim to support non en locales for the Dev channel, but I'd really like to 
see this fixed for the next Dev release. This is a regression and I don't want it to 
linger around.
Comment 14 by koba...@gmail.com, May 22, 2009
Additional to comment 12:
r16400 works fine
2.0.181.1(Offizieller Build 16409) works fine
r16414 or later(now r16733) this problem 
Comment 15 by lafo...@chromium.org, May 22, 2009
(No comment was entered for this change.)
Labels: -mstone-2.1 mstone-3
Comment 17 by Tracnat...@gmail.com, May 23, 2009
Same problem with English-GB local
Comment 18 by C4rl0sMC@gmail.com, May 24, 2009
Same on 16844 pt-pt
Comment 19 by Satoshi.Matsuzaki@gmail.com, May 24, 2009
I tested in all supported languages with "--lang=**" startup option.
Only en-US, da, he, and zh-TW are displayed correctly.
The label of [Close] button of [Options] dialog box was readable in above 4 languages.
In all the other languages, the issue was observed in Chromium build 16442 and 16844.
Build 16435 seems to work correctly for all 50 languages.
Tested on Japanese WinXP, and I skipped "or" (Oriya) because it requires WinVista.
Comment 20 by C4rl0sMC@gmail.com, May 24, 2009
Can confirm 16435 works fine.
Seems to be broken on all builds from then on - tested 16442, 16449, 16458, 16470, 
16500, 16599, 16693, 16799, 16838, 16839, 16840, 16842, 16843 and 16844 and they're 
all broken.
Chromium pt-pt, win7rc x64 en.
Comment 21 by mal.chromium@gmail.com, May 26, 2009
It looks like we're going to ship another Dev release with this regression. 

The next Dev release after that is a potential Beta channel candidate, and I'd like to 
see this fixed before we cut that branch.
Labels: ReleaseBlock-Dev
Comment 22 by tony@chromium.org, May 27, 2009
This is happening because app_strings_*.rc and app_locale_settings_*.rc are only 
included in en, da, he, zh-TW.  They're only included in those locales because they're 
the only locales that generate them (gyp doesn't support all locales yet).

As a work around, we should just include en-US versions of these files for the other 
locales.

I will put together a patch for this.
Owner: tony.chromium
Comment 23 by tony@chromium.org, May 27, 2009
r16998
Status: Fixed
Comment 24 by jshin@chromium.org, May 27, 2009
Tony, thank you for adding a work around. 

To Mark: has a bug been filed about chrome.gyp issue? There are multiple TODO's about
it in chrome.gyp, but I haven't found a bug. 

BTW, I'm adding a guard against cases like this in l10n_util::NeedOverrideDefaultUIFont
Comment 25 by tony@chromium.org, May 27, 2009
Oh, so my previous comment was a bit inaccurate.  We were generating all the app .rc 
files, we just needed to include them in the .vcproj files.  This will be a problem 
when windows switches from the .vcproj files to chrome.gyp, but for now, it's working 
correctly.

Comment 26 by jshin@chromium.org, May 27, 2009
Tony, yeah, indeed, that's the case. (When I looked at your CL, I was a bit confused
for 10 seconds :-)). 

I meant to add mark and sgk, but forgot :-). 

Cc: m...@chromium.org s...@chromium.org
Comment 27 by bugdroid1@gmail.com, May 27, 2009
The following revision refers to this bug:
    http://src.chromium.org/viewvc/chrome?view=rev&revision=16998 

------------------------------------------------------------------------
r16998 | tc@google.com | 2009-05-27 10:40:48 -0700 (Wed, 27 May 2009) | 8 lines
Changed paths:
   M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/locales/ar.vcproj?r1=16998&r2=16997
   M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/locales/bg.vcproj?r1=16998&r2=16997
   M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/locales/bn.vcproj?r1=16998&r2=16997
   M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/locales/ca.vcproj?r1=16998&r2=16997
   M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/locales/cs.vcproj?r1=16998&r2=16997
   M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/locales/de.vcproj?r1=16998&r2=16997
   M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/locales/el.vcproj?r1=16998&r2=16997
   M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/locales/en-GB.vcproj?r1=16998&r2=16997
   M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/locales/es-419.vcproj?r1=16998&r2=16997
   M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/locales/es.vcproj?r1=16998&r2=16997
   M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/locales/et.vcproj?r1=16998&r2=16997
   M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/locales/fi.vcproj?r1=16998&r2=16997
   M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/locales/fil.vcproj?r1=16998&r2=16997
   M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/locales/fr.vcproj?r1=16998&r2=16997
   M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/locales/gu.vcproj?r1=16998&r2=16997
   M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/locales/hi.vcproj?r1=16998&r2=16997
   M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/locales/hr.vcproj?r1=16998&r2=16997
   M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/locales/hu.vcproj?r1=16998&r2=16997
   M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/locales/id.vcproj?r1=16998&r2=16997
   M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/locales/it.vcproj?r1=16998&r2=16997
   M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/locales/ja.vcproj?r1=16998&r2=16997
   M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/locales/kn.vcproj?r1=16998&r2=16997
   M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/locales/ko.vcproj?r1=16998&r2=16997
   M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/locales/lt.vcproj?r1=16998&r2=16997
   M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/locales/lv.vcproj?r1=16998&r2=16997
   M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/locales/ml.vcproj?r1=16998&r2=16997
   M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/locales/mr.vcproj?r1=16998&r2=16997
   M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/locales/nb.vcproj?r1=16998&r2=16997
   M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/locales/nl.vcproj?r1=16998&r2=16997
   M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/locales/or.vcproj?r1=16998&r2=16997
   M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/locales/pl.vcproj?r1=16998&r2=16997
   M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/locales/pt-BR.vcproj?r1=16998&r2=16997
   M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/locales/pt-PT.vcproj?r1=16998&r2=16997
   M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/locales/ro.vcproj?r1=16998&r2=16997
   M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/locales/ru.vcproj?r1=16998&r2=16997
   M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/locales/sk.vcproj?r1=16998&r2=16997
   M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/locales/sl.vcproj?r1=16998&r2=16997
   M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/locales/sr.vcproj?r1=16998&r2=16997
   M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/locales/sv.vcproj?r1=16998&r2=16997
   M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/locales/ta.vcproj?r1=16998&r2=16997
   M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/locales/te.vcproj?r1=16998&r2=16997
   M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/locales/th.vcproj?r1=16998&r2=16997
   M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/locales/tr.vcproj?r1=16998&r2=16997
   M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/locales/uk.vcproj?r1=16998&r2=16997
   M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/locales/vi.vcproj?r1=16998&r2=16997
   M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/locales/zh-CN.vcproj?r1=16998&r2=16997

Fix font sizes in locales other than en-US, da, he, and zh-TW.

Add app_locale_settings and app_strings to all the locale dlls.

BUG=12309

Review URL: http://codereview.chromium.org/115820

------------------------------------------------------------------------

Comment 28 by xlyuan@chromium.org, May 27, 2009
 Issue 12595  has been merged into this issue.
Comment 29 by xlyuan@chromium.org, May 27, 2009
 Issue 12594  has been merged into this issue.
Comment 30 by xlyuan@chromium.org, May 27, 2009
 Issue 12444  has been merged into this issue.
Comment 31 by bugdroid1@gmail.com, May 27, 2009
The following revision refers to this bug:
    http://src.chromium.org/viewvc/chrome?view=rev&revision=17055 

------------------------------------------------------------------------
r17055 | mal@chromium.org | 2009-05-27 19:06:07 -0700 (Wed, 27 May 2009) | 10 lines
Changed paths:
   M http://src.chromium.org/viewvc/chrome/branches/182/src/chrome/app/locales?r1=17055&r2=17054
   M http://src.chromium.org/viewvc/chrome/branches/182/src/chrome/app/locales/ar.vcproj?r1=17055&r2=17054
   M http://src.chromium.org/viewvc/chrome/branches/182/src/chrome/app/locales/bg.vcproj?r1=17055&r2=17054
   M http://src.chromium.org/viewvc/chrome/branches/182/src/chrome/app/locales/bn.vcproj?r1=17055&r2=17054
   M http://src.chromium.org/viewvc/chrome/branches/182/src/chrome/app/locales/ca.vcproj?r1=17055&r2=17054
   M http://src.chromium.org/viewvc/chrome/branches/182/src/chrome/app/locales/cs.vcproj?r1=17055&r2=17054
   M http://src.chromium.org/viewvc/chrome/branches/182/src/chrome/app/locales/de.vcproj?r1=17055&r2=17054
   M http://src.chromium.org/viewvc/chrome/branches/182/src/chrome/app/locales/el.vcproj?r1=17055&r2=17054
   M http://src.chromium.org/viewvc/chrome/branches/182/src/chrome/app/locales/en-GB.vcproj?r1=17055&r2=17054
   M http://src.chromium.org/viewvc/chrome/branches/182/src/chrome/app/locales/es-419.vcproj?r1=17055&r2=17054
   M http://src.chromium.org/viewvc/chrome/branches/182/src/chrome/app/locales/es.vcproj?r1=17055&r2=17054
   M http://src.chromium.org/viewvc/chrome/branches/182/src/chrome/app/locales/et.vcproj?r1=17055&r2=17054
   M http://src.chromium.org/viewvc/chrome/branches/182/src/chrome/app/locales/fi.vcproj?r1=17055&r2=17054
   M http://src.chromium.org/viewvc/chrome/branches/182/src/chrome/app/locales/fil.vcproj?r1=17055&r2=17054
   M http://src.chromium.org/viewvc/chrome/branches/182/src/chrome/app/locales/fr.vcproj?r1=17055&r2=17054
   M http://src.chromium.org/viewvc/chrome/branches/182/src/chrome/app/locales/gu.vcproj?r1=17055&r2=17054
   M http://src.chromium.org/viewvc/chrome/branches/182/src/chrome/app/locales/hi.vcproj?r1=17055&r2=17054
   M http://src.chromium.org/viewvc/chrome/branches/182/src/chrome/app/locales/hr.vcproj?r1=17055&r2=17054
   M http://src.chromium.org/viewvc/chrome/branches/182/src/chrome/app/locales/hu.vcproj?r1=17055&r2=17054
   M http://src.chromium.org/viewvc/chrome/branches/182/src/chrome/app/locales/id.vcproj?r1=17055&r2=17054
   M http://src.chromium.org/viewvc/chrome/branches/182/src/chrome/app/locales/it.vcproj?r1=17055&r2=17054
   M http://src.chromium.org/viewvc/chrome/branches/182/src/chrome/app/locales/ja.vcproj?r1=17055&r2=17054
   M http://src.chromium.org/viewvc/chrome/branches/182/src/chrome/app/locales/kn.vcproj?r1=17055&r2=17054
   M http://src.chromium.org/viewvc/chrome/branches/182/src/chrome/app/locales/ko.vcproj?r1=17055&r2=17054
   M http://src.chromium.org/viewvc/chrome/branches/182/src/chrome/app/locales/lt.vcproj?r1=17055&r2=17054
   M http://src.chromium.org/viewvc/chrome/branches/182/src/chrome/app/locales/lv.vcproj?r1=17055&r2=17054
   M http://src.chromium.org/viewvc/chrome/branches/182/src/chrome/app/locales/ml.vcproj?r1=17055&r2=17054
   M http://src.chromium.org/viewvc/chrome/branches/182/src/chrome/app/locales/mr.vcproj?r1=17055&r2=17054
   M http://src.chromium.org/viewvc/chrome/branches/182/src/chrome/app/locales/nb.vcproj?r1=17055&r2=17054
   M http://src.chromium.org/viewvc/chrome/branches/182/src/chrome/app/locales/nl.vcproj?r1=17055&r2=17054
   M http://src.chromium.org/viewvc/chrome/branches/182/src/chrome/app/locales/or.vcproj?r1=17055&r2=17054
   M http://src.chromium.org/viewvc/chrome/branches/182/src/chrome/app/locales/pl.vcproj?r1=17055&r2=17054
   M http://src.chromium.org/viewvc/chrome/branches/182/src/chrome/app/locales/pt-BR.vcproj?r1=17055&r2=17054
   M http://src.chromium.org/viewvc/chrome/branches/182/src/chrome/app/locales/pt-PT.vcproj?r1=17055&r2=17054
   M http://src.chromium.org/viewvc/chrome/branches/182/src/chrome/app/locales/ro.vcproj?r1=17055&r2=17054
   M http://src.chromium.org/viewvc/chrome/branches/182/src/chrome/app/locales/ru.vcproj?r1=17055&r2=17054
   M http://src.chromium.org/viewvc/chrome/branches/182/src/chrome/app/locales/sk.vcproj?r1=17055&r2=17054
   M http://src.chromium.org/viewvc/chrome/branches/182/src/chrome/app/locales/sl.vcproj?r1=17055&r2=17054
   M http://src.chromium.org/viewvc/chrome/branches/182/src/chrome/app/locales/sr.vcproj?r1=17055&r2=17054
   M http://src.chromium.org/viewvc/chrome/branches/182/src/chrome/app/locales/sv.vcproj?r1=17055&r2=17054
   M http://src.chromium.org/viewvc/chrome/branches/182/src/chrome/app/locales/ta.vcproj?r1=17055&r2=17054
   M http://src.chromium.org/viewvc/chrome/branches/182/src/chrome/app/locales/te.vcproj?r1=17055&r2=17054
   M http://src.chromium.org/viewvc/chrome/branches/182/src/chrome/app/locales/th.vcproj?r1=17055&r2=17054
   M http://src.chromium.org/viewvc/chrome/branches/182/src/chrome/app/locales/tr.vcproj?r1=17055&r2=17054
   M http://src.chromium.org/viewvc/chrome/branches/182/src/chrome/app/locales/uk.vcproj?r1=17055&r2=17054
   M http://src.chromium.org/viewvc/chrome/branches/182/src/chrome/app/locales/vi.vcproj?r1=17055&r2=17054
   M http://src.chromium.org/viewvc/chrome/branches/182/src/chrome/app/locales/zh-CN.vcproj?r1=17055&r2=17054

Merge r16998 to 182.

Fix font sizes in locales other than en-US, da, he, and zh-TW.

Add app_locale_settings and app_strings to all the locale dlls.

BUG=12309
TBR= tc@google.com

Review URL: http://codereview.chromium.org/113935
------------------------------------------------------------------------

Comment 32 by andrea.m...@gmail.com, May 28, 2009
Same problem with Italian
Comment 33 by verheyen...@gmail.com, May 28, 2009
And dutch (nl).

If this bothers you a lot and you don't mind switching to English, there's a temp fix 
that you can do (basically remove your culture dll) and everything is OK again:

http://groups.google.com/group/chromium-discuss/browse_thread/thread/641c6add9192e37f?
pli=1
Comment 35 by C4rl0sMC@gmail.com, May 28, 2009
r17072 pt-pt is working ok
Comment 36 by xlyuan@chromium.org, May 28, 2009
 Issue 12828  has been merged into this issue.
Comment 37 by xlyuan@chromium.org, May 28, 2009
 Issue 12821  has been merged into this issue.
Comment 38 by glen@chromium.org, May 28, 2009
(No comment was entered for this change.)
Cc: -g...@chromium.org
Comment 39 by xlyuan@chromium.org, May 28, 2009
 Issue 12816  has been merged into this issue.
Comment 40 by xlyuan@chromium.org, May 28, 2009
Verified on Dev channel build and trunk build, except Malayalam and Bengali (Reopened 
issue 7319), all other languages are fixed.

Verified on:
3.0.182.3 (Official Build 17055)
3.0.183.0 (Developer Build 17095)


Status: Verified
Comment 41 by suna...@chromium.org, May 28, 2009
 Issue 12781  has been merged into this issue.
Comment 42 by suna...@chromium.org, May 28, 2009
 Issue 12778  has been merged into this issue.
Comment 43 by rcdai...@gmail.com, May 29, 2009
That's great, can English get some respect/attention now? Courier New is still not 
respecting font size. See  Issue 7447 .
Comment 44 by venkatar...@chromium.org, May 29, 2009
 Issue 12798  has been merged into this issue.
Comment 45 by xlyuan@chromium.org, May 29, 2009
 Issue 12894  has been merged into this issue.
Comment 46 by xlyuan@chromium.org, May 29, 2009
 Issue 12878  has been merged into this issue.
Comment 47 by xlyuan@chromium.org, May 29, 2009
 Issue 12782  has been merged into this issue.
Comment 48 by hanak.fi...@gmail.com, May 30, 2009
12780 has been merged into this issue. :))

Comment 49 by bugdroid1@gmail.com, Jun 8, 2009
The following revision refers to this bug:
    http://src.chromium.org/viewvc/chrome?view=rev&revision=17875 

------------------------------------------------------------------------
r17875 | jshin@chromium.org | 2009-06-08 10:48:36 -0700 (Mon, 08 Jun 2009) | 10 lines
Changed paths:
   M http://src.chromium.org/viewvc/chrome/trunk/src/app/l10n_util_win.cc?r1=17875&r2=17874

When the resource bundle is not available, the UI font family and the UI font size should follow the OS settings. 

Add a guard against cases when the resource bundle is not available, which should not happen in the first place.



BUG=http://crbug.com/12309


Review URL: http://codereview.chromium.org/113916
------------------------------------------------------------------------

Comment 50 by meher...@gmail.com, Jul 20, 2009
the font size for Bengali language is still very small and not readable.
Comment 51 by lafo...@chromium.org, Mar 18, 2011
Chrome Version       : 2.0.182.0 (Developer Build 16468)
URLs (if applicable) :N/A
<b>Other browsers tested:</b>
<b>Add OK or FAIL after other browsers where you have tested this issue:</b>
     Safari 4:N/A
  Firefox 3.x:N/A
         IE 7:N/A
         IE 8:N/A

<b>What steps will reproduce the problem?</b>
1.go to option-&gt;minor tweak -&gt;font and language setting -&gt;language tab
2.change to simplified chinese
<b>3.</b>

<b>What is the expected result?</b>
chinese font should be displayed in the correct way

<b>What happens instead?</b>
the font size for simplified chinese is extremely small, unreadable

<b>Please provide any additional information below. Attach a screenshot if</b>
<b>possible.</b>
Labels: -Regression bulkmove Type-Regression
Comment 52 by lafo...@chromium.org, Mar 18, 2011
Chrome Version       : 2.0.182.0 (Developer Build 16468)
URLs (if applicable) :N/A
<b>Other browsers tested:</b>
<b>Add OK or FAIL after other browsers where you have tested this issue:</b>
     Safari 4:N/A
  Firefox 3.x:N/A
         IE 7:N/A
         IE 8:N/A

<b>What steps will reproduce the problem?</b>
1.go to option-&gt;minor tweak -&gt;font and language setting -&gt;language tab
2.change to simplified chinese
<b>3.</b>

<b>What is the expected result?</b>
chinese font should be displayed in the correct way

<b>What happens instead?</b>
the font size for simplified chinese is extremely small, unreadable

<b>Please provide any additional information below. Attach a screenshot if</b>
<b>possible.</b>
Labels: -I18N Feature-I18N
Sign in to add a comment

Powered by Google Project Hosting