[Webkit-unassigned] [Bug 27593] [Qt] Hyphenation is broken (no hyphens visible) for QtWebkit
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Mar 1 13:12:34 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=27593
--- Comment #7 from Joe Wild <joseph.wild at nokia.com> 2011-03-01 13:12:34 PST ---
When I enable ICU in WebKit with the following, the test case passes.
build-webkit --qt --debug --qmakearg=CONFIG+=text_breaking_with_icu
This further points to this code
./src/corelib/tools/qtextboundaryfinder.cpp
int QTextBoundaryFinder::toNextBoundary()
which is not called when ICU is enabled.
There is a corresponding Qt error
https://qtrequirements.europe.nokia.com/browse/QT-4657
which I need to get reopened. I think we closed the wrong error.
--
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