[Webkit-unassigned] [Bug 23786] [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 01:22:41 PST 2009


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


hbono at chromium.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #27383|                            |review?
               Flag|                            |




------- Comment #1 from hbono at chromium.org  2009-02-06 01:22 PDT -------
Created an attachment (id=27383)
 --> (https://bugs.webkit.org/attachment.cgi?id=27383&action=view)
Proposed fix for 23786

The treatAsSpace() function returns true only when an input character is
U+0020, U+000A, U+000D, or U+00A0. So, this |currentAdvance| value becomes 0
only when the character is U+000A and U+000D and this code prevents the
UniscribeHelper class from treating a line-break character as whitespace. So, I
removed this code.


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