[Webkit-unassigned] [Bug 10842] REGRESSION (r15418): contenteditable div truncates rightmost Japanese character

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Thu Sep 14 23:35:55 PDT 2006


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


opendarwin.org at mitzpettel.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |EasyFix




------- Comment #5 from opendarwin.org at mitzpettel.com  2006-09-14 23:35 PDT -------
Looks like an easy fix: there are two places in
RenderBlock::findNextLineBreak() that use the condition
"o->style()->breakOnlyAfterWhiteSpace() && !midWordBreak": when setting
charWidth and in the second if statement after that. You should add
"currentCharacterIsWS && " in front of the condition (it is really only for
checking whether to add a run of whitespace to the line even though it makes it
too wide).


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