[Webkit-unassigned] [Bug 10842] New: contenteditable div truncates rightmost Japanese character

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Wed Sep 13 11:10:42 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=10842

           Summary: contenteditable div truncates rightmost Japanese
                    character
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Keywords: HasReduction, Regression
          Severity: normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: dwood at karelia.com


When a div containing Japanese text is content-editable, the rightmost
character does not display; it's truncated.

My test source text in Japanese (understanding the words it not needed; just
look at the glyphs) is:

???????? ??????????????????????????????????Edgies?????US$9.99???????????????????????????????????

I've inserted hard returns in the text to see how the text wraps in the current
released version of Safari/WebKit:

???????? ??
???????????
???????????
??????????
Edgies?????
US$9.99??????
???????????
???????????
???????

In TOT Webkit, if contentediting is not true, then the above is how it wraps --
that's correct.

However, if contentediting is true (focused or not), most of the rightmost
characters (the ones near the right margin) are missing!  This is what you see:

???????? ?             missing: ?
??????????           missing:?
??????????           missing:?
??????????
Edgies?????
US$9.99?????              missing: ?
??????????           missing:?
??????????           missing:?
???????


-- 
Configure bugmail: http://bugzilla.opendarwin.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