RESOLVED FIXED 76844
line split
https://bugs.webkit.org/show_bug.cgi?id=76844
Summary line split
Rachit Puri
Reported 2012-01-23 11:19:13 PST
When the viewport width is changed text wrapping of korean characters is not accurate. This is mainly found when there is a tag inside a tag for e.g. <div>----<span>---</span>----</div> i.e. span inside a div tag.This issue is only for few languages like chinese or korean but is working fine with english. The improper line break is causing this issue which can be found in RenderBlockLineLayout.cpp under the function findnextlinebreak. I have added the snapshot for the reference.
Attachments
Snaphot showing the issue : eventhough there is space on the right hand side of the first line , line breaks and character comes down. (92.25 KB, image/png)
2012-01-23 11:22 PST, Rachit Puri
no flags
snapshot showing the normal behavior when there is only 1tag and no tag inside a tag. (115.43 KB, image/png)
2012-01-23 11:24 PST, Rachit Puri
no flags
Rachit Puri
Comment 1 2012-01-23 11:22:52 PST
Created attachment 123583 [details] Snaphot showing the issue : eventhough there is space on the right hand side of the first line , line breaks and character comes down. Snaphot showing the issue.
Rachit Puri
Comment 2 2012-01-23 11:24:02 PST
Created attachment 123584 [details] snapshot showing the normal behavior when there is only 1tag and no tag inside a tag.
Rachit Puri
Comment 3 2012-02-09 02:06:57 PST
working now
Note You need to log in before you can comment on or make changes to this bug.