Bug 29480

Summary: [Qt] QWebPage does not use passed palette values while highlighting text
Product: WebKit Reporter: Tor Arne Vestbø <vestbo>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: jturcotte, strahinja.markovic
Priority: P5 Keywords: Qt
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   

Description Tor Arne Vestbø 2009-09-18 08:42:32 PDT
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.
Comment 1 Jocelyn Turcotte 2010-01-14 11:23:21 PST
P5ing until this bug gets confirmed or gets a test case.
Comment 2 Jocelyn Turcotte 2010-03-16 11:33:10 PDT

*** This bug has been marked as a duplicate of bug 31742 ***