[Webkit-unassigned] [Bug 43679] New: First word on a line doesn’t hyphenate properly
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Aug 7 13:46:30 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=43679
Summary: First word on a line doesn’t hyphenate properly
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
URL: data:text/html<div style="font-size: 96px; border:
solid; width: 220px; -webkit-hyphens: auto;
-webkit-hyphenate-locale: 'en_US'">declination</div>
OS/Version: All
Status: NEW
Keywords: NeedsRadar
Severity: Normal
Priority: P2
Component: Text
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: mitz at webkit.org
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.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list