Bug 76844 - line split
Summary: line split
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows 7
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-23 11:19 PST by Rachit Puri
Modified: 2012-02-09 02:07 PST (History)
0 users

See Also:


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 Details
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 Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rachit Puri 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.
Comment 1 Rachit Puri 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.
Comment 2 Rachit Puri 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.
Comment 3 Rachit Puri 2012-02-09 02:06:57 PST
working now