[Webkit-unassigned] [Bug 108145] New: Italic characters overlaps with normal when set font "Arial"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 28 19:37:23 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=108145

           Summary: Italic characters overlaps with normal when set font
                    "Arial"
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Text
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: chenzx at cn.fujitsu.com


Test case:

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<style>
body{
    font-family: Arial;
}
</style>
<i>斜体で</i>表示
</body>
</html>

The `で` overlaps with `表`。IE、Chromium、Opera、QtWebKit,all have this problem.

-- 
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