Bug 29480 - [Qt] QWebPage does not use passed palette values while highlighting text
Summary: [Qt] QWebPage does not use passed palette values while highlighting text
Status: RESOLVED DUPLICATE of bug 31742
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P5 Normal
Assignee: Nobody
URL:
Keywords: Qt
Depends on:
Blocks:
 
Reported: 2009-09-18 08:42 PDT by Tor Arne Vestbø
Modified: 2010-03-16 11:33 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***