janke99 / chromiumembedded

Automatically exported from code.google.com/p/chromiumembedded
0 stars 0 forks source link

multiple-charecter text rendered incorrectly #1346

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. start cefclient 
2. go to https://news.google.com/nwshp?ned=jp
3.

What is the expected output? What do you see instead?
The web page should be rendered correctly. What I see is some part of the page 
where Japanese characters locates renders nothing. 

What version of the product are you using? On what operating system?
cef_binary_3.2078.1780_windows32_client
Windows 7 Professional SP1

Please provide any additional information below.
The page I tried is a Japanese one. In fact, not only Japanese characters but 
also other multiple-characters language based text (Korea, Chinese) seems to 
possess such issue. 

Original issue reported on code.google.com by vincent...@ubitusinc.com on 6 Aug 2014 at 4:25

Attachments:

GoogleCodeExporter commented 9 years ago
What Google Chrome version are you testing with? Can you provide an html file 
with static text content that can be used for testing/comparison purposes?

Original comment by magreenb...@gmail.com on 7 Aug 2014 at 1:44

GoogleCodeExporter commented 9 years ago
Chrom version is 36.0.1985.125.

Original comment by vincent...@ubitusinc.com on 8 Aug 2014 at 3:14

Attachments:

GoogleCodeExporter commented 9 years ago
Well, google just released 37.0.2062.94 and it seems to the bug of chrome.
Found a workaround on the Internet, by switching on "enable-direct-write" flag 
found on chrome://flags page.
Not sure if it applies to cef too.

Original comment by vincent...@ubitusinc.com on 28 Aug 2014 at 2:11

GoogleCodeExporter commented 9 years ago
This appears to work as expected in the newer CEF branches that support direct 
write (2171+).

Original comment by magreenb...@gmail.com on 11 Feb 2015 at 7:38