UNCONFIRMED 101558
print or preview charactor overlapped
https://bugs.webkit.org/show_bug.cgi?id=101558
Summary print or preview charactor overlapped
范俊武
Reported 2012-11-08 00:03:23 PST
if chinese and english charators the print preview is overlapped. in webkit' src code has a global var s_codePath. webkit\Source\WebCore\platform\graphics\font.cpp i changed s_codePath = 2 ,it is ok
Attachments
Alexey Proskuryakov
Comment 1 2012-11-08 11:25:28 PST
Can you please explain the steps to reproduce the issue? Which web site should I try to print to see bad print preview?
范俊武
Comment 2 2012-11-08 18:00:03 PST
(In reply to comment #1) > Can you please explain the steps to reproduce the issue? Which web site should I try to print to see bad print preview? demo can reproduce this appearance: http://awfan.cn/demo/bug/qt/qtwebkit-overlapped-print.zip use visual studio 2010.
范俊武
Comment 3 2012-11-08 18:09:02 PST
(In reply to comment #1) > Can you please explain the steps to reproduce the issue? Which web site should I try to print to see bad print preview? demo can reproduce this appearance: http://awfan.cn/demo/bug/qt/qtwebkit-overlapped-print.zip use visual studio 2010.
范俊武
Comment 4 2012-11-08 18:21:15 PST
(In reply to comment #1) > Can you please explain the steps to reproduce the issue? Which web site should I try to print to see bad print preview? in Font::CodePath Font::codePath(const TextRun& run) const function is not set s_codePath by right value when charactors has chinese charactor!
Note You need to log in before you can comment on or make changes to this bug.