[Webkit-unassigned] [Bug 23786] New: [Chromium] line-break characters in a complex text are treated as zero-width spaces

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 6 00:53:17 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=23786

           Summary: [Chromium] line-break characters in a complex text are
                    treated as zero-width spaces
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: hbono at chromium.org
                CC: jshin at chromium.org


Copied from issue 6135 in Chromium (http://crbug.com/6135).

Add OK or FAIL after other browsers where you have tested this issue:
Safari 3: OK
Firefox 3: OK
IE 7: OK
Chromium: FAIL

What steps will reproduce the problem?
1. Make Chromium render a complex text (e.g. a Hebrew text containing nikkuds)
whose "white-space" property is "nowrap" or "normal"

What is the expected result?
Chromium should treat a line-break characters (U+000A and U+000D) in the text
as whitespace.

What happens instead?
Chromium treats line-break characters in the text as zero-width spaces.

Please provide any additional information below. Attach a screenshot if
possible.
This issue is caused by its UniscribeHelper::adjustSpaceAdvances() function
that mis-treats the line-break characters as zero-width spaces.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list