WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
mitz
Comment 1
Saturday, August 7, 2010 9:46:53 PM UTC
<
rdar://problem/8285090
>
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
Fixed in <
http://trac.webkit.org/changeset/64920
>.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug