[Webkit-unassigned] [Bug 115406] New: [GTK] Use drawErrorUnderline() instead of Pango API for highlighting misspelled words

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 30 01:28:33 PDT 2013


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

           Summary: [GTK] Use drawErrorUnderline() instead of Pango API
                    for highlighting misspelled words
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: elima at igalia.com


GraphicsContextCairo currently uses Pango only to draw the underline error hint on misspelled words when platform is GTK. However, the drawErrorUnderline() method that is used by the Win platform, uses Cairo directly and works well for GTK.

This bug is about using drawErrorUnderline() instead of pango's API and completely remove Pango from GraphicsContextCairo.

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