[Webkit-unassigned] [Bug 37242] New: [Chromium] fast/text/line-breaks.html broke on Win after r57215

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 7 17:43:19 PDT 2010


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

           Summary: [Chromium] fast/text/line-breaks.html broke on Win
                    after r57215
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Text
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ojan at chromium.org


Specifically
http://trac.webkit.org/browser/trunk/WebCore/platform/graphics/FontFastPath.cpp?rev=57215
causes use to go down the complex font path for Latin and Greek diacritics.
Looks like our complex font path for Lucida Grande breaks on Windows. The ḿ
gets the unrecognized character block. I tested on a local Safari build and it
does not have this problem, so I think it must be possible to get this right. I
hacked it locally to use GDI since Safari doesn't use GDI for Lucida Grande.

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