[Webkit-unassigned] [Bug 29480] New: [Qt] QWebPage does not use passed palette values while highlighting text

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 18 08:42:32 PDT 2009


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

           Summary: [Qt] QWebPage does not use passed palette values while
                    highlighting text
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Mac OS X 10.5
            Status: NEW
          Keywords: Qt
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: vestbo at webkit.org


This bug report originated from issue QTBUG-3214:
http://bugreports.qt.nokia.com/browse/QTBUG-3214

--- Description ---

Using Assistant/Creator with webpage as help browser, setting a palette like
this:

    QPalette p = palette();
    p.setColor(QPalette::Inactive, QPalette::Highlight,
        p.color(QPalette::Active, QPalette::Highlight));
    p.setColor(QPalette::Inactive, QPalette::HighlightedText,
        p.color(QPalette::Active, QPalette::HighlightedText));
    setPalette(p);

renders highlighted text still in the applications default palette color.

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