Bug 29480
| Summary: | [Qt] QWebPage does not use passed palette values while highlighting text | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Tor Arne Vestbø <vestbo> |
| Component: | Layout and Rendering | Assignee: | 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 | ||
Tor Arne Vestbø
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Jocelyn Turcotte
P5ing until this bug gets confirmed or gets a test case.
Jocelyn Turcotte
*** This bug has been marked as a duplicate of bug 31742 ***