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 2010-08-07 13:46:30 PDT
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 2010-08-07 13:46:53 PDT
mitz
Comment 2 2010-08-07 13:52:45 PDT
Created attachment 63826 [details] Include the character at lastSpace in the string passed to lastHyphenLocation()
mitz
Comment 3 2010-08-07 14:42:20 PDT
Note You need to log in before you can comment on or make changes to this bug.