[Webkit-unassigned] [Bug 32019] New: last word inside a tag is divided into to lines if it ends with non-ascii characters
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Dec 1 06:45:31 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=32019
Summary: last word inside a tag is divided into to lines if it
ends with non-ascii characters
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Layout and Rendering
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: eekaikko at mail.student.oulu.fi
If a word is the last word inside a tag, it ends with non-ascii utf8 characters
and there are no characters after it before the end-tag, the word may be cut
into two lines. Draw the window narrower with the test case (it may be
necessary to enlarge the font if the browser window can't be narrow enough).
This has been confirmed with QWebView and also in Arora browser on Linux and
Windows, but couldn't be repeated with KHTML or Safari, i.e. it's probably Qt
specific.
The test case is below, it's also attached:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<span>doesn't happen: not divided</span>
<div>happens: äöäöäöääöå</div>
<span>happens: abcdefgäöå</span>
<div>doesn't happen: ölööööäå.</div>
<div>doesn't happen: not divided</div>
<span>happens: äöäöäöääöå</span>
<div>happens: abcdefgäöå</div>
<span>doesn't happen: ölööööäå.</span>
<span>happens? dfabcöbcadf</span>
<span>happens? tabcöäbcaa</span>
<span>happens? öäbcaadfd</span>
--
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