Bug 76844

Summary: line split
Product: WebKit Reporter: Rachit Puri <rachitpuri19>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows 7   
Attachments:
Description Flags
Snaphot showing the issue : eventhough there is space on the right hand side of the first line , line breaks and character comes down.
none
snapshot showing the normal behavior when there is only 1tag and no tag inside a tag. none

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