RESOLVED FIXED 43679
First word on a line doesn’t hyphenate properly
https://bugs.webkit.org/show_bug.cgi?id=43679
Summary First word on a line doesn’t hyphenate properly
mitz
Reported Saturday, August 7, 2010 9:46:30 PM UTC
tryHyphenating() assumes that the character at lastSpace is a space character, and doesn’t include it in the string passed to lastHyphenLocation(). This is not always the case, such as when the current word is the first on a line. Patch forthcoming.
Attachments
Include the character at lastSpace in the string passed to lastHyphenLocation() (116.86 KB, patch)
2010-08-07 13:52 PDT, mitz
andersca: review+
mitz
Comment 1 Saturday, August 7, 2010 9:46:53 PM UTC
mitz
Comment 2 Saturday, August 7, 2010 9:52:45 PM UTC
Created attachment 63826 [details] Include the character at lastSpace in the string passed to lastHyphenLocation()
mitz
Comment 3 Saturday, August 7, 2010 10:42:20 PM UTC
Note You need to log in before you can comment on or make changes to this bug.